I am using agglomerative clustering and want to get only one cluster out of a sequence of image. Can you help with an idea? >

asked 2015-06-23 09:38:56 -0600

raja_s gravatar image

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

edit retag flag offensive close merge delete

Comments

some lines of code (or an image) would be helpful, i guess

berak gravatar imageberak ( 2015-06-23 10:12:09 -0600 )edit

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.

raja_s gravatar imageraja_s ( 2015-07-01 18:37:32 -0600 )edit