LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Very large images causing vi failures

Is there a size limit on images for processing?  I've experianced program crashes in Vision Assistant and bad results in labview when trying to work with large 8 bit images (8160x16000.)
 
For example, when mapping an ROI and extracting the image from that it simply returns an image of unrelated size, completely black.
 
Additionally pattern match returns nothing even when the pattern its trying to located was generated from the same image.
 
Is my only option to downsample the image before doing processing?
 
~Jon Kokott
 
0 Kudos
Message 1 of 4
(2,848 Views)
Try using resample function. Image geometry->resample from vision assistant.
Message 2 of 4
(2,823 Views)
I'm trying not to resize the image, i need the detail it provides
0 Kudos
Message 3 of 4
(2,807 Views)
use resample in conjuction with pattern matching and check at what aspect ration the pattern matching actually fails!!!Smiley Very Happy
Message 4 of 4
(2,803 Views)