Reputation: 395
Is there any faster alternatives for calcOpticalFlowSF? Its just sooo slow and wanna run this thing with a sequence of frames coming from a video. How can I do that?
Upvotes: 2
Views: 2653
Reputation: 2830
There several methods for optical flow based motion estimation but you have to consider several things:
current libaries / methods are:
Dense Methods:
Sparse Methods:
You could also take a look to the current Optical Flow benchmarks, where the researcher sometimes provides Link. Common Optical Flow benchmarks are the Middlebury and the KITTI
Upvotes: 5