Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12db19c

Browse filesBrowse files
authored
Update charuco_detector.hpp
setcharucoparameters fails in python
1 parent 352f92e commit 12db19c
Copy full SHA for 12db19c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp

Copy file name to clipboardExpand all lines: modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CV_EXPORTS_W CharucoDetector : public Algorithm {
4848
CV_WRAP void setBoard(const CharucoBoard& board);
4949

5050
CV_WRAP const CharucoParameters& getCharucoParameters() const;
51-
CV_WRAP void setCharucoParameters(CharucoParameters& charucoParameters);
51+
CV_WRAP void setCharucoParameters(const CharucoParameters& charucoParameters);
5252

5353
CV_WRAP const DetectorParameters& getDetectorParameters() const;
5454
CV_WRAP void setDetectorParameters(const DetectorParameters& detectorParameters);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.