I am trying to detect circular objects on a gray scale image (0-255) of a thin section using blob_doh in python. How can I limit the domain of blob_doh function say between 0-200 so that the function does not look for blobs for values > 200. I think this has to be different from simply zeroing out large intensity values, hasn't it?

More Constantin D Athanassas's questions See All
Similar questions and discussions