Tutorial: use of deprecated (Bug #2888)


Added by Hugo Ferreira almost 12 years ago. Updated almost 12 years ago.


Status:Done Start date:2013-03-14
Priority:Normal Due date:
Assignee:Vladislav Vinogradov % Done:

0%

Category:documentation
Target version:2.4.5
Affected version:2.4.4 Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/772

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

Revision d51d05fc
Added by Gurpinder Singh Sandhu almost 12 years ago

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

Revision 910d8f8e
Added by Alexander Alekhin over 10 years ago

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

Also available in: Atom PDF