Bring back pre-computed pyramid option on optical flow (Feature #1321)
Description
OpenCV 1.x optical flow allowed you to pass in pre-computed pyramids. Can we get this option back please.
I have a situation where I'm doing optical flow on the same image for different window sizes and would like to save time having to re-compute the pyramid. Every bit counts!
Associated revisions
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321
Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321
Merge pull request #1321 from asmorkalov:winrt_mode_warn_fix
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from [[OpenCV]] 1.x optical flow allowed you to pass in pre-computed pyramids. Can... to OpenCV 1.x optical flow allowed you to pass in pre-computed pyramids. Can we ... More
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.1
- Assignee changed from Vadim Pisarevsky to Andrey Kamaev
Updated by Andrey Kamaev almost 13 years ago
The feature is added to the OpenCV trunk.
There is a new function buildOpticalFlowPyramid
for creating a pyramid which can be passed to calcOpticalFlowPyrLK
instead of image.
- Status changed from Open to Done