How exactly farnebacks opticalflow method works?
5 views (last 30 days)
Show older comments
abbxucy11
on 24 Jan 2017
Commented: Walter Roberson
on 25 Jan 2017
Using matlab for farneback's method i have the flow parameter result that contains Magnitude,Orientation,Vx and Vy. Is these the results for the entire video including all frames? or is it the vectors between the two last frames? im really confused about this i hope i explained it well!
Accepted Answer
Walter Roberson
on 25 Jan 2017
"flow = estimateFlow(opticFlow,I) estimates the optical flow of the input image, I, with respect to the previous image"
So only the previous image is considered, not the entire video.
2 Comments
More Answers (0)
See Also
Categories
Find more on Tracking and Motion Estimation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!