How to implement region growing algorithm?
I want to use the Region Growing algorithm to detect similar connected pixels according to a threshold. I have also check some posts in the web but non of them offered a pseudo code for an example. I am also wondring if that algorithm is implemented in opencv library?
kindly please provide a pseudo code for the Region Growing algorithm or let me know how to use it if it is implemented in opencv library with java API.
Have you seen this?
please i have the same problem if you may let me know if you find the answer..