Simple question: determine the angle of the optical flow vector

4 views (last 30 days)
Hi, I have simple question, I am using Horn-Schunck to compute motion using optical flow, using the computer vision tool box. I know that I can get the magnitude by setting on the Magnitude-squared. Can you clearly tell me how can I get the angle of each vector flow?

Accepted Answer

Image Analyst
Image Analyst on 29 Oct 2014
Do you mean the atan2d() or atan2() function?

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!