Tutorial: use of deprecated (Bug #2888)
Description
In the page
OpenCV 2.4.4.0 documentation »
OpenCV Tutorials »
feature2d module. 2D Features framework »
the example still uses the deprecated API.
Should change (at least)
BruteForceMatcher< L2<float> > matcher;
(possibly) to
cv::BFMatcher matcher(cv::NORM_L2);
See:
http://docs.opencv.org/doc/tutorials/features2d/feature_description/feature_description.html
Associated revisions
Feature description tutorials made in sync with sample code
sample code : https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/features2D/SURF_descriptor.cpp
Bug #2888
Merge pull request #2888 from ilya-lavrenov:tapi_remap
History
Updated by Alexander Smorkalov almost 12 years ago
OpenCV is open source project and you can contribute your changes to the library. You contribution helps to OpenCV development team and will be faster. Start from how-to contribute page
- Description changed from In the page OpenCV 2.4.4.0 documentation » OpenCV Tutorials » ... to In the page OpenCV 2.4.4.0 documentation » OpenCV Tutorials » fe... More
Updated by Vladislav Vinogradov almost 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/768
Updated by Vladislav Vinogradov almost 12 years ago
- Pull request changed from https://github.com/Itseez/opencv/pull/768 to https://github.com/Itseez/opencv/pull/772
Updated by Vladislav Vinogradov almost 12 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Vladislav Vinogradov almost 12 years ago
Fix was merged to 2.4
- Status changed from Open to Done
Updated by Andrey Kamaev almost 12 years ago
- Assignee set to Vladislav Vinogradov
- Target version set to 2.4.5