DetectorParametersRefinementMethod Enumeration |
http://www.emgu.com
Type of corner refinement method
Namespace:
Emgu.CV.Aruco
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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