Parameters for the detectMarker process:
More...
#include "aruco.hpp"
Parameters for the detectMarker process:
- adaptiveThreshWinSizeMin: minimum window size for adaptive thresholding before finding contours (default 3).
- adaptiveThreshWinSizeMax: maximum window size for adaptive thresholding before finding contours (default 23).
- adaptiveThreshWinSizeStep: increments from adaptiveThreshWinSizeMin to adaptiveThreshWinSizeMax during the thresholding (default 10).
- adaptiveThreshConstant: constant for adaptive thresholding before finding contours (default 7)
- minMarkerPerimeterRate: determine minimum perimeter for marker contour to be detected. This is defined as a rate respect to the maximum dimension of the input image (default 0.03).
- maxMarkerPerimeterRate: determine maximum perimeter for marker contour to be detected. This is defined as a rate respect to the maximum dimension of the input image (default 4.0).
- polygonalApproxAccuracyRate: minimum accuracy during the polygonal approximation process to determine which contours are squares.
- minCornerDistanceRate: minimum distance between corners for detected markers relative to its perimeter (default 0.05)
- minDistanceToBorder: minimum distance of any corner to the image border for detected markers (in pixels) (default 3)
- minMarkerDistanceRate: minimum mean distance beetween two marker corners to be considered similar, so that the smaller one is removed. The rate is relative to the smaller perimeter of the two markers (default 0.05).
- cornerRefinementMethod: corner refinement method. (CORNER_REFINE_NONE, no refinement. CORNER_REFINE_SUBPIX, do subpixel refinement. CORNER_REFINE_CONTOUR use contour-Points)
- cornerRefinementWinSize: window size for the corner refinement process (in pixels) (default 5).
- cornerRefinementMaxIterations: maximum number of iterations for stop criteria of the corner refinement process (default 30).
- cornerRefinementMinAccuracy: minimum error for the stop cristeria of the corner refinement process (default: 0.1)
- markerBorderBits: number of bits of the marker border, i.e. marker border width (default 1).
- perpectiveRemovePixelPerCell: number of bits (per dimension) for each cell of the marker when removing the perspective (default 8).
- perspectiveRemoveIgnoredMarginPerCell: width of the margin of pixels on each cell not considered for the determination of the cell bit. Represents the rate respect to the total size of the cell, i.e. perpectiveRemovePixelPerCell (default 0.13)
- maxErroneousBitsInBorderRate: maximum number of accepted erroneous bits in the border (i.e. number of allowed white bits in the border). Represented as a rate respect to the total number of bits per marker (default 0.35).
- minOtsuStdDev: minimun standard deviation in pixels values during the decodification step to apply Otsu thresholding (otherwise, all the bits are set to 0 or 1 depending on mean higher than 128 or not) (default 5.0)
- errorCorrectionRate error correction rate respect to the maximun error correction capability for each dictionary. (default 0.6).
§ DetectorParameters()
cv::aruco::DetectorParameters::DetectorParameters |
( |
| ) |
|
§ create()
§ adaptiveThreshConstant
double cv::aruco::DetectorParameters::adaptiveThreshConstant |
§ adaptiveThreshWinSizeMax
int cv::aruco::DetectorParameters::adaptiveThreshWinSizeMax |
§ adaptiveThreshWinSizeMin
int cv::aruco::DetectorParameters::adaptiveThreshWinSizeMin |
§ adaptiveThreshWinSizeStep
int cv::aruco::DetectorParameters::adaptiveThreshWinSizeStep |
§ cornerRefinementMaxIterations
int cv::aruco::DetectorParameters::cornerRefinementMaxIterations |
§ cornerRefinementMethod
int cv::aruco::DetectorParameters::cornerRefinementMethod |
§ cornerRefinementMinAccuracy
double cv::aruco::DetectorParameters::cornerRefinementMinAccuracy |
§ cornerRefinementWinSize
int cv::aruco::DetectorParameters::cornerRefinementWinSize |
§ errorCorrectionRate
double cv::aruco::DetectorParameters::errorCorrectionRate |
§ markerBorderBits
int cv::aruco::DetectorParameters::markerBorderBits |
§ maxErroneousBitsInBorderRate
double cv::aruco::DetectorParameters::maxErroneousBitsInBorderRate |
§ maxMarkerPerimeterRate
double cv::aruco::DetectorParameters::maxMarkerPerimeterRate |
§ minCornerDistanceRate
double cv::aruco::DetectorParameters::minCornerDistanceRate |
§ minDistanceToBorder
int cv::aruco::DetectorParameters::minDistanceToBorder |
§ minMarkerDistanceRate
double cv::aruco::DetectorParameters::minMarkerDistanceRate |
§ minMarkerPerimeterRate
double cv::aruco::DetectorParameters::minMarkerPerimeterRate |
§ minOtsuStdDev
double cv::aruco::DetectorParameters::minOtsuStdDev |
§ perspectiveRemoveIgnoredMarginPerCell
double cv::aruco::DetectorParameters::perspectiveRemoveIgnoredMarginPerCell |
§ perspectiveRemovePixelPerCell
int cv::aruco::DetectorParameters::perspectiveRemovePixelPerCell |
§ polygonalApproxAccuracyRate
double cv::aruco::DetectorParameters::polygonalApproxAccuracyRate |
The documentation for this struct was generated from the following file:
- /build/master-contrib_docs-lin64/opencv_contrib/modules/aruco/include/opencv2/aruco.hpp