Bring back pre-computed pyramid option on optical flow (Feature #1321)


Added by Nghia Ho over 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:Andrey Kamaev % Done:

0%

Category:imgproc, video
Target version:2.4.1
Difficulty: Pull request:

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

Revision a877ecdc
Added by Andrey Kamaev almost 13 years ago

Added option to pass pre-computed pyramid to piramidal LK optical flow #1321

Revision 8f3273bf
Added by Andrey Kamaev almost 13 years ago

Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321

Revision 20bf1aa2
Added by Roman Donchenko over 11 years ago

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

Also available in: Atom PDF