mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Wrap cicles grid GridType as settings structure is useless without it.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user