cvFindDominantPoints() (Feature #109)
Description
there is not any documentation for cvFindDominantPoints() function. I also find it difficult to use it and I use it but the output given by it is not clear and may be wrong.
Associated revisions
Merge pull request #109 from asmorkalov/2.4
Merge pull request #109 from ilya-lavrenov:perf_warp
History
Updated by Victor Eruhimov over 14 years ago
If a function is not documented, this also might mean it is used internally and not intended for being exported.
- Status deleted (
Open)
Updated by Alexander Shishkov almost 13 years ago
- Status set to Open
Updated by Vadim Pisarevsky almost 13 years ago
the function is depreciated. The only currently maintained contour approximation function in OpenCV is approxPolyDP.
- Status changed from Open to Cancelled
- Target version set to 2.4.0