Prospective algorithmic approach for this image in OpenCV [closed]
I am looking for advice from people having extensive experience with computer vision. I have a collection of ultrasonographic B&W images like the one below (without the stars and dotted line):
What I would like to do is detect the contour of a blood vessel (for example, the one highlighted by the yellow star). Of course my first step would be to define the ROI and maximize the contrast. But what would then be the best algorithm to use? Segmentation with the watershed algorithm? Something else? I am little unsettled because of the image blur...
I think you should try it and then post what you do not like. To me, it seems to be good the watershed after histogram equalization or CLAHE.