cv::kmeans interface changed in last version, documentation doesn't reflect that (Bug #1405)


Added by Andres Hurtis over 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:
Priority:Low Due date:
Assignee:Alexander Shishkov % Done:

0%

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

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

Revision f88d8b95
Added by Roman Donchenko over 11 years ago

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

Also available in: Atom PDF