Skip to content

Commit

Permalink
Update charuco_detector.hpp
Browse files Browse the repository at this point in the history
setcharucoparameters fails in python
  • Loading branch information
siilats committed Mar 29, 2023
1 parent 352f92e commit 12db19c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ class CV_EXPORTS_W CharucoDetector : public Algorithm {
CV_WRAP void setBoard(const CharucoBoard& board);

CV_WRAP const CharucoParameters& getCharucoParameters() const;
CV_WRAP void setCharucoParameters(CharucoParameters& charucoParameters);
CV_WRAP void setCharucoParameters(const CharucoParameters& charucoParameters);

CV_WRAP const DetectorParameters& getDetectorParameters() const;
CV_WRAP void setDetectorParameters(const DetectorParameters& detectorParameters);
Expand Down

0 comments on commit 12db19c

Please sign in to comment.