1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixed setArucoParameters/getArucoParameters

This commit is contained in:
Alex
2024-02-19 00:12:36 +03:00
parent 12aa0fe898
commit 9e7ec59a41
2 changed files with 5 additions and 5 deletions
@@ -854,7 +854,7 @@ public:
CV_WRAP QRCodeDetectorAruco& setDetectorParameters(const QRCodeDetectorAruco::Params& params);
/** @brief Aruco detector parameters are used to search for the finder patterns. */
CV_WRAP aruco::DetectorParameters getArucoParameters();
CV_WRAP const aruco::DetectorParameters& getArucoParameters() const;
/** @brief Aruco detector parameters are used to search for the finder patterns. */
CV_WRAP void setArucoParameters(const aruco::DetectorParameters& params);