So I have a video with 3 green spots on it. These spots have a bunch of "good features to track" around their perimeter.
The spots are very far away from each other so using KMeans I am easily able to identify them as separate clusters.
The problem comes in that the ordering of the clusters changes from frame to frame. In one frame a particular cluster is the first in the output list. In the next cluster it is the second in the output list.
It is making for a difficult time measuring angles.
Has anyone come across this or can think of a fix other than writing extra code to compare each list to the list of the previous frame?
