Hi,
I run the following code on my QQVGA Grayscale image:
img.mean(1, threshold=True, offset=5, invert=False)
blobs = img.find_blobs([(0,64)], pixels_threshold= 1)
Unfortunately, only the blobs marked with “Red-Arrows” are detected.
There are at least 35 tiny-blobs left undetected, in each image.
Am I missing something?
Kindly provide some guidance, please.
Thanks,
Regards