Inconsistent doc of cv::cvflann::hierarchicalClustering (Bug #1216)
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.
Associated revisions
Updated doc of flann::hierarchicalClustering (issue #1216)
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