Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Open circular image

Hi everybody,
Using vision assistant 2014, i would like to "open" a circular image from circle, in order to perform a OCR inspection.

I dont know how to do it...
I attach the original image and the desired image.

Original Image:

OriginalImage.PNG

 

Desired Image:

DesiredImage.PNG

 

I have searched in Geometry function, from Image palette in NI Vision Assistant but it only permits resampling, rotation and symmetry of the image!

 

Thanks in advance,

Rúben Jerónimo

 

 

0 Kudos
Message 1 of 4
(3,722 Views)

The function you want is Unwrap, but I don't think it is available in Vision Assistant.  It is available in LabVIEW, though.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 4
(3,714 Views)

Bruce is right. Unfortunately, this function is not available in Vision Assistant. You can call it in the Run LabVIEW step.

However, you should not need to unwrap the image to use the OCR step. The OCR step and OCR Training Utility support the annulus region of interest tool. If you position the annulus correctly, the only parameter you need to specify is the Annulus Orientation (Baseline Inside or Baseline Ouside) to train the letters properly.

 

Hope this helps.

 

Christophe

0 Kudos
Message 3 of 4
(3,711 Views)
there is a example in labview that use unwrapping to read bar code
you can see the example make your own code and
as ChristopheC told call it in VA
but also you do not need that and you can use edge detection with ovel Rio
for more information search unwrap barcode.vi in labview examples
0 Kudos
Message 4 of 4
(3,694 Views)