Skip to content

Commit 1c5471a

Browse files
asmorkalovD00E
authored andcommitted
Wrap cicles grid GridType as settings structure is useless without it.
1 parent 9b5da01 commit 1c5471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ struct CV_EXPORTS_W_SIMPLE CirclesGridFinderParameters
15491549
{
15501550
SYMMETRIC_GRID, ASYMMETRIC_GRID
15511551
};
1552-
GridType gridType;
1552+
CV_PROP_RW GridType gridType;
15531553

15541554
CV_PROP_RW float squareSize; //!< Distance between two adjacent points. Used by CALIB_CB_CLUSTERING.
15551555
CV_PROP_RW float maxRectifiedDistance; //!< Max deviation from prediction. Used by CALIB_CB_CLUSTERING.

0 commit comments

Comments
 (0)