What Matlab computer vision functions will detect, in a single video frame, a blob that is (mostly) of pixels all within a specific color range?
I want to detect stationary objects, and am looking for a non-movement function that can detect blobs for each frame.
For example, if I want to detect any red object, like an apple of a specific color, sitting on a table.
I'm trying the Vision.blobAnalysis() but I'm not sure if it only works with moving blobs. The Matlab Help is not clear on this.