We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5da01 commit 1c5471aCopy full SHA for 1c5471a
modules/calib3d/include/opencv2/calib3d.hpp
@@ -1549,7 +1549,7 @@ struct CV_EXPORTS_W_SIMPLE CirclesGridFinderParameters
1549
{
1550
SYMMETRIC_GRID, ASYMMETRIC_GRID
1551
};
1552
- GridType gridType;
+ CV_PROP_RW GridType gridType;
1553
1554
CV_PROP_RW float squareSize; //!< Distance between two adjacent points. Used by CALIB_CB_CLUSTERING.
1555
CV_PROP_RW float maxRectifiedDistance; //!< Max deviation from prediction. Used by CALIB_CB_CLUSTERING.
0 commit comments