Search window size in calcOpticalFlowPyrLK is interpreted differently than in cvCalcOpticalFlowPyrLK (Bug #343)
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
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