DetectorParameters Structure |
Namespace: Emgu.CV.Aruco
The DetectorParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from ValueType.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetDefault |
Get the detector parameters with default values
|
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | AdaptiveThreshConstant |
constant for adaptive thresholding before finding contours (default 7)
|
![]() | AdaptiveThreshWinSizeMax |
maximum window size for adaptive thresholding before finding contours (default 23).
|
![]() | AdaptiveThreshWinSizeMin |
minimum window size for adaptive thresholding before finding contours (default 3)
|
![]() | AdaptiveThreshWinSizeStep |
increments from adaptiveThreshWinSizeMin to adaptiveThreshWinSizeMax during the thresholding (default 10).
|
![]() | CornerRefinementMaxIterations |
maximum number of iterations for stop criteria of the corner refinement process (default 30).
|
![]() | CornerRefinementMethod |
Corner refinement method
|
![]() | CornerRefinementMinAccuracy |
minimum error for the stop criteria of the corner refinement process (default: 0.1)
|
![]() | CornerRefinementWinSize |
window size for the corner refinement process (in pixels) (default 5).
|
![]() | ErrorCorrectionRate |
error correction rate respect to the maximun error correction capability for each dictionary. (default 0.6).
|
![]() | MarkerBorderBits |
number of bits of the marker border, i.e. marker border width (default 1).
|
![]() | 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).
|
![]() | 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).
|
![]() | 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).
|
![]() | 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).
|
![]() | 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)
|
![]() | 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)
|
![]() | PerspectiveRemovePixelPerCell |
number of bits (per dimension) for each cell of the marker when removing the perspective (default 8).
|
![]() | PolygonalApproxAccuracyRate |
minimum accuracy during the polygonal approximation process to determine which contours are squares.
|