Hi, I am new to TF and wanted to ask for ideas or approaches to my problem.
As a starting point, I have pictures of oesophagi and I would like to filter out the oesophagi in these. Using OpenCV and a refined revision with Paint, I have already created some masks (see pictures).
Unfortunately, I haven’t found a general algorithm for image processing so that I can get a good mask, so I wanted to try this with the help of TF. So far I have looked at the approach of an image segmentation, but this is rather used for several objects to be classified.
My question now would be:
Which approach would be the best for this problem and is there maybe a good guide for it?
Thanks in advance for any help!