Search window size in calcOpticalFlowPyrLK is interpreted differently than in cvCalcOpticalFlowPyrLK (Bug #343)


Added by Andres Haralson almost 15 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:imgproc, video
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

The window size parameter in C++ calcOpticalFlowPyrLK is taken as the whole window size and divided by two to get the half window size while in cvCalcOpticalFlowPyrLK it is taken as the half window size and multiplied by two. The other pyramid optical flow algorithms do the same thing as cvCalcOpticalFlowPyrLK so only the calcOpticalFlowPyrLK code is different. If this is intended to match then they don't match and performance would vary. So is this a documentation issue or a bug that needs to be fixed in order to bring them both into agreement?


Related issues

duplicates Bug #344: Search window size in calcOpticalFlowPyrLK is interpreted... Done

Associated revisions

Revision 09d93af9
Added by Andrey Kamaev about 12 years ago

Merge pull request #343 from taka-no-me:fix_nlmeans_2646

History

Updated by Vadim Pisarevsky over 14 years ago

duplicate of #344

  • Status changed from Open to Done
  • (deleted custom field) set to duplicate

Updated by Andrey Kamaev almost 13 years ago

  • Status changed from Done to Cancelled

Also available in: Atom PDF