LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill Holes and Danielsson (Advanced morphology function) on FPGA

Hello,

I got very simple algorithm for finding object on picture if that objects are stick together. In Vision assistant this working very well. I have problem when I try to implement this on FPGA. FPGA do not have function Advanced morphology so don't have function like Fill Holes and Danielsson.

 

My algorithm:

Algoritem.jpgHas maybe someone find solution how to implement Fill Holes and Danielsson on FPGA. Or maybe how to solve my problem on different way and algorithm must be suitable for FPGA.

 

Thank you for any solutions.

Best regards.

0 Kudos
Message 1 of 3
(2,149 Views)

Hello Dejp,

 

             I would recommend for you to check (if you did not already) the FPGA functions available with the Vision Development Module. For more details, here:

 

1. http://www.ni.com/white-paper/11417/en/ -  Introduction to FPGA Vision Using the NI Vision Development Module

2.  http://www.ni.com/white-paper/52174/en/#toc1 -  What's New in the NI Vision Development Module

3.  http://zone.ni.com/reference/en-XX/help/370281AD-01/visionfpga/vision_pal/  - Vision FPGA

      

           You are right, you might not find the same function as in VBAI with Vision Assistant under Windows, but I think you can already go for a different implementation using FPGA specific functions.

          To help you speed up the development, I would recommend for you to check the available functions with the Vision FPGA, find the equivalent ones in Vision Assistant under Windows, build the algorithm (first, still under Windows) then move it to the FPGA. 

 

Best Regards,

Denis

  

0 Kudos
Message 2 of 3
(2,064 Views)

Hello,

 

Thank you for answer.

I have already checked yours links.

I will try to solve my problem with Basic morphology functions on FPGA. Advance morphology functions will solve this problem more easy, but counts only solution.

 

Best regards.

 

 

0 Kudos
Message 3 of 3
(2,051 Views)