07-27-2009 10:23 AM
I am trying to understand the particle filter feature of Vision Assistant but get an Invalid Image Type error. The error specifies that the type of the image is 8 bit but the Particle Filter step only supports the following image type: binary. The steps I have done is read jpeg (color) image and extracted the HSI-intensity plane. Is there something else I must do first?
The only options available to me under the conversion setup is From 8 bit to either 16 bit [-32768, 32768] or Float ]-Inf, +Inf[.
I appreciate any help!
07-27-2009 12:56 PM
Use Threshold to convert the grayscale image to a binary image. You can either use automatic thresholding or set a fixed threshold level. There are several options for automatic thresholding.
Bruce
07-28-2009 12:11 AM
07-28-2009 05:55 AM
Thanks all! The step I was missing was the thresholding!
07-28-2009 06:01 AM