Hi!
I'm trying to develop a program wich can count the number of cells contained in the following image:
For such a task, I need to find the perfect values for the canny function in order to performing a succesfull "reg_grow" wich "paints" each of the cells as a white circle and then the task of counting those white circle is easy.
So, here is my attemp: Some of the cells are succesfully colored, but other ones still being without coloring.
I really hope that this would be a matter of the values in the canny and reg_grow functions rather than a problem with the image itself.
Thank you.