cv::kmeans interface changed in last version, documentation doesn't reflect that (Bug #1405)
Description
cv::kmeans last parameter changed from:
Mat* centers
to
OutputArray centers=noArray()
which are incompatible between them, to the old version one should pass a pointer to cv::Mat and to the new version one should pass a cv::Mat object directly.
Best regards,
Andres Hurtis
www.visiondepatentes.com.ar
Associated revisions
Merge pull request #1405 from SpecLad:retina-ocl-warn
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from cv::kmeans last parameter changed from: Mat* centers to [[OutputArray]] ce... to cv::kmeans last parameter changed from: Mat* centers to OutputArray center... More
Updated by Alexander Shishkov about 13 years ago
Current version of the documentation is correct, see http://opencv.itseez.com/modules/core/doc/clustering.html
- Status changed from Open to Cancelled
- Priority changed from High to Low
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0
- Assignee set to Alexander Shishkov