grayscale image pixel-based detect object
I would like to know if opencv allows to detect objects of grayscale image according to their pixel intensities.For example, for the same image, white pixel objects (255), black pixel objects (0) and gray objects (150).
Thanks,
May be you should read opencv tutorials
sorry to say so, but as long as you have no clue about what you're doing, asking around won't help.
finding gray blobs is one thing, but to "detect objects", you probably need to be much more clear about what you have and what you need.