videoCapture get documentation (Bugfix #3659)
Description
The properties listed for the get() and set() methods of the videoCapture class contain a leading "CV_" which is incorrect when called in C++. The link is [[http://docs.opencv.org/trunk/modules/highgui/doc/reading_and_writing_images_and_video.html#videocapture-get]] and the relevant enum is in OpenCV\modules\highgui\include\opencv2\highgui.hpp. Should be an easy fix, just take out the "CV_" or set up a note in the documentation for C++ users.
Associated revisions
Merge pull request #3659 from asmorkalov:debian_changelog_stub
History
Updated by Michael Nute almost 11 years ago
Submitted change to documentation just now.
- Status changed from New to Done
- % Done changed from 0 to 100