02-15-2013 08:10 AM
The actual vi "dilate erode2012" works fine. I tried to use their logic to develop my program. Can you please help me program the code to suit my requirement." use the dilate erode technique on images saved in a folder instead of acquiring from camera and save the output images in another folder.
02-15-2013 08:22 AM
Depending on the images on disk, it is possible that you cannot use the function "ExtractColorPane" at all...
A 8bit grayscale image does not have a color pane for instance....
I would expect this function to work best with RGB images.
Norbert
02-15-2013 08:31 AM - edited 02-15-2013 08:32 AM
The images that are saved in folder are color in PNG format.