I was referring to these notes on Oriented FAST Rotated BRIEF, I have attached a url document of the part I didn’t understand where it states The direction of the vector from this corner point to centroid gives the orientation.
- How does the orientation of keypoints calculated? and How is vector drawn from particular corner inside the the circular patch towards centroid(center of the circle)? I got the part where it calculates the intensity weighted centroid which is basically (x,y) points located at the center of the patch. Calculation of centroid can be achieved through moments method of opencv
It would be really helpful if someone can explain this concept to me and I can continue my learning. Thanks