Description: Mean Shift algorithm specific steps, Mean Shift algorithm can be divided into the following four steps: 1. Selection window size and initial position. 2. Calculation time window of Mass Center. 3. To adjust the center of the window to the Mass Center. 4 . Repeat 2 and 3, until the window center " convergence" , that is moved every time the window is smaller than a certain distance threshold.
File list (Check if you may need any files):
cvMeanShift.txt