I am using agglomerative clustering and want to get only one cluster out of a sequence of image. Can you help with an idea? >
I am clustering an image using agglomerative clustering and want to locate only a particular area where I have the white patch and in conseuctive images, this white patch grows. I need to identify the size of the white patch. Please help
some lines of code (or an image) would be helpful, i guess
Basically I am trying to cluster an image and locate a crystal (say). I have clusters from the image. When the crystal grows (in the next image), i get the clusters again.
Need to calculate the area of a particular cluster or the difference in area from same cluster in two images.