several issues in the documentation (Bug #2410)
Description
putText
: fontScale -- not clear what is the base font sizeCvRTParams
: there is no description of the structure members. So it is completely unclear how to alter a default value for one of the parameters without specifying all of them.findContours
: the description of hierarchy should explicitly say it should be a vector<Vec4i>. If hierarchy is a Mat, the results are confusing (one row matrix is returned)goodFeaturesToTrack
: not clear what is the type of 'corners' matrix- matrix concatenation: I am sure there was one (Vadim has told me) but it is not in the documentation (search on 'concatenate' does not bring anything relevant)
CvStatModel::train
: "For classification problems, the responses are discrete class labels". Well, thank you very much, as if I didn't know that. However the real goal of this would be to tell me what is the expected type of the response matrix. And I can't find it in the documentation. The whole documentation for this class method has to be made rigorous, describing the meaning of each argument.VideoWriter
: add a link to fourcc codes pagecomment is unclear-getTextSize
: "Use "y" to show that the baseline is about" -findContours
: description of hierarchy has a typo 'same hierarchical level: the first' -> 'same hierarchical level, the first'CvBoost
: returnSum in function declaration, but return_sum in parameters descriptionopticalFlow
: not clear what is the type of 'status' matrix
Associated revisions
Fixed multiple issues in docs (bug #2410)
Merge pull request #2410 from asmorkalov:android_tiff_lowmem_fix
History
Updated by Alexander Smorkalov over 12 years ago
- Target version set to 2.4.3
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted (
2.4.3) - Assignee deleted (
Vadim Pisarevsky)
Updated by Kirill Kornyakov over 12 years ago
- Description changed from VideoWriter: add a link to fourcc codes page putText: fontScale -- not clear ... to # @VideoWriter@: add a link to fourcc codes page # @putText@: fontScale -- no... More
Updated by Vsevolod Glumov over 12 years ago
- Assignee set to Vsevolod Glumov
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Vadim Pisarevsky about 12 years ago
- Target version deleted (
Next Hackathon)
Updated by Vadim Pisarevsky about 12 years ago
- Assignee deleted (
Vsevolod Glumov)
Updated by Daniil Osokin about 12 years ago
- Affected version set to branch '2.4'
- Assignee set to Daniil Osokin
Updated by Daniil Osokin about 12 years ago
Partly fixed, https://github.com/Itseez/opencv/pull/393.
- Description changed from # @VideoWriter@: add a link to fourcc codes page # @putText@: fontScale -- no... to # @putText@: fontScale -- not clear what is the base font size # @CvRTParams@... More
- Assignee deleted (
Daniil Osokin)
Updated by Kirill Kornyakov about 12 years ago
- Target version set to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4432