DetectorParametersRefinementMethod Enumeration |
http://www.emgu.com
Type of corner refinement method
Namespace:
Emgu.CV.Aruco
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic enum RefinementMethod
Public Enumeration RefinementMethod
public enum class RefinementMethod
Members
| Member name | Value | Description |
---|
| None | 0 |
Default corners
|
| Subpix | 1 |
Refine the corners using subpix
|
| Contour | 2 |
Refine the corners using the contour-points
|
See Also