Hello dear RG community.
I'm trying to identify contours of bubbles on the images taken with Nikon 1 J4 camera ( backlit through a diffuser with a halogen lamp). I use Python.
I'm trying to go with Watershed, but both opencv and skimage make use of binary markers to assist Watershed.
Binarization of bubble images doesn't suit that purpose well. Moreover, if I was able to obtain good results I would just go with binarization instead of finding contours.
I haven't been able to find Watershed codes without markers.
I'm wondering if anybody has an open source code for Watershed without markers.
And in general, I'm wondering if anybody has come up with a code to identify bubbles contours or just bubbles in a wide range of two-phase flow regimes and if the code is open source.
Thank you in advance.
Ivan