Incorrect program example : Feature Detection (Bug #3284)
Description
The program example given in the Opencv tutorials is incorrect. There is a missing header file due to which the program does not compile.
Just adding #include <opencv2/nonfree/features2d.hpp> would solve the problem. This would enable us to use SurfFeatureDetector in the code.
Associated revisions
Merge pull request #3284 from vbystricky:oclopt_stereoBM
History
Updated by Punit Koura over 11 years ago
The code has already been updated in the master branch at github.
Please update it to the wiki pages as soon as possible.
- % Done changed from 0 to 90
Updated by Vladislav Vinogradov over 11 years ago
- Status changed from New to Open
- Pull request set to https://github.com/Itseez/opencv/pull/1499
- Target version set to 2.4.7
- Priority changed from Normal to Low
Updated by Vladislav Vinogradov over 11 years ago
The pull request was merged.
- Status changed from Open to Done
- % Done changed from 90 to 0