Function cv::calcEMD or cv::calcEMD2 NOT DEFINED ! (Bug #696)
Description
In the document of OpenCV 2.x, cv::calcEMD and cv::calcEMD2 are mentioned for several times and they also appear in the table of contents. But these functions are not defined. Only the C Version--cvCalcEMD2 exists. Hope the c++ version of this function can be defined as soon as possible.
Associated revisions
Added documenation of the Earth Mover Distance (C++ interface, ticket #696)
Added the EMD function description (ticket #696)
Merge pull request #696 from znah:detect_method
History
Updated by Fei DUAN over 14 years ago
Page12, page38, page62 of the OpenCV document refer to the function "cv::calcEMD"
but the c++ interface of calcEMD does not exist.
Updated by Ilya Lysenkov almost 14 years ago
- Status deleted (
Open)
Updated by Ilya Lysenkov almost 14 years ago
Thank you! Fixed in -r5384.
- Status set to Done
- (deleted custom field) set to fixed