I have a video of rotating circular disk with 4 quadrant marked in alternate black and white colors. The disk moves out of center over a period. My objective is to track the center point of disk over the period of rotation.
I have performed masking to view only my region of interest and also performed corner detection to get the points separating the quadrants using MATLAB computer vision toolbox functions. like .
Now, how do I get the center point?
1) If I am to fit a curve between the points and find the intersection point, how to differentiate between the points forming two lines?
2) Is there any other easy method to track the center point?
Note, the disk is rotating and a new set of corners and edges are created at each frame. like,