1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #27689 from asmorkalov:as/pyton_wrap_gridtype

Wrap cicles grid GridType as settings structure is useless without it.
This commit is contained in:
Alexander Smorkalov
2025-08-20 12:58:14 +03:00
committed by GitHub
+1 -1
View File
@@ -1549,7 +1549,7 @@ struct CV_EXPORTS_W_SIMPLE CirclesGridFinderParameters
{
SYMMETRIC_GRID, ASYMMETRIC_GRID
};
GridType gridType;
CV_PROP_RW GridType gridType;
CV_PROP_RW float squareSize; //!< Distance between two adjacent points. Used by CALIB_CB_CLUSTERING.
CV_PROP_RW float maxRectifiedDistance; //!< Max deviation from prediction. Used by CALIB_CB_CLUSTERING.