Hi There,
Quite new to image processing and OpenCV, I have for a task to segment an image as attached. The initial quality of the image cannot be improved.
The goal is to be able to segment each cell on that picture independently. The cell amount, size and arrangement may change so there is no way of applying some kind of static mask.
So far I've tried a few approach, one being Canny + Edge detection but this yields poor results.
As can be seen, the cells themselves are not homogeneous, although, the background is quite homogeneous. Is there some ways to segment that picture, perhaps using the background to be able to define lines ?
Thanks and cheers.