Hello All!
I am trying to color threshold an AVI file which has 3 particles/blobs (blobs of color-yellow, orange and blue). So, that I can accomplish blob extraction and detection. Each of the blob has different color thresholds so that it gets converted from a RGB Image to a binary image. Therefore I made the RCB selectors into a cluster and then put them into an array (array0-RGB Color threshold for blob 1, array1- RCG Color threshold for Blob2 and similarly with blob3). The AVI should be thresholded simultaneously for all the 3 blobs in each Frame of the AVI. But, when I do this, the threshold image is blank and it throws me an error:
Error -1074396120 occurred at IMAQ ColorThreshold
Possible reason(s):
IMAQ Vision: Not an image.
Can someone help me with this?