Inconsistent doc of cv::cvflann::hierarchicalClustering (Bug #1216)


Added by Stefan Siegel over 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:Low Due date:
Assignee:Ilya Lysenkov % Done:

0%

Category:documentation
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

In the documentation of cv::cvflann::hierarchicalClustering() it says that the method takes an object reference of type "cv::Mat" but in fact it uses a different class, namely the "cvflann::Matrix" class.

http://opencv.willowgarage.com/documentation/cpp/clustering_and_search_in_multi-dimensional_spaces.html#cv-cvflann-hierarchicalclustering


Associated revisions

Revision 6de2b1a0
Added by Ilya Lysenkov almost 13 years ago

Updated doc of flann::hierarchicalClustering (issue #1216)

Revision 2911b121
Added by Roman Donchenko over 11 years ago

Merge pull request #1216 from alekcac:sphinx

History

Updated by Andrey Kamaev over 13 years ago

hierarchicalClustering documentation in 2.3.1 is simply doesn't match to the C++ interface.

Updated by Marius Muja over 13 years ago

cv::flann::hierarchicalClustering() takes a cv::Mat, cvflann:hierarchicalClustering() takes a cvflann::Matrix.

There is no cv::cvflann:: namespace, the documentation needs to be updated.

Updated by Alexander Shishkov almost 13 years ago

  • Target version deleted ()
  • Category changed from flann to documentation

Updated by Alexander Shishkov almost 13 years ago

  • Assignee deleted (Marius Muja)

Updated by Alexander Shishkov almost 13 years ago

  • Target version deleted ()

Updated by Ilya Lysenkov almost 13 years ago

  • Target version set to 2.4.0
  • Assignee set to Ilya Lysenkov

Updated by Ilya Lysenkov almost 13 years ago

Thank you for the report. The documentation was updated in r8002.

  • Status changed from Open to Done

Also available in: Atom PDF