Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

hierarchical clustering of images

Last post 22 May 2007, 4:02 AM by kokilakok. 2 replies.
Sort Posts: Previous Next
  •  07 May 2007, 1:36 AM 11945

    hierarchical clustering of images

    Hi all

    I have a group of jpeg images(frames obtained from a video).I need to cluster the similar images based on color similarity using agglomerative hierarchical clustering using euclidean distance as distance metric.can anyone provide me with some idea as how to proceed.

    thanks in advance

    kokila

  •  07 May 2007, 4:18 PM 11954 in reply to 11945

    Re: hierarchical clustering of images

    It is a very interesting subject. As you may know, cluster analysis has strong data-dependency.
    Off the top of my head, first (step1), I will create a distance matrix between all images. Secondly (step2), a pair having the smallest distance will be merged as a cluster node and the center of newly assigned cluster will be updated. Thirdly (step3), recreate a distance matrix from updated cluster node and go to step 1. This may be called Forgy's algorithm.
  •  22 May 2007, 4:02 AM 12065 in reply to 11954

    Re: hierarchical clustering of images

    Hi

    Thanks Seung Yeon

    kindly bare with me

    Please can you explain me as to how it can be done practically based on color and euclidean distance.

     

     

     

     

     

     

     

View as RSS news feed in XML