http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Define the Keypoint draw type
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum KeypointDrawType |
Visual Basic |
---|
Public Enumeration KeypointDrawType |
Visual C++ |
---|
public enum class KeypointDrawType |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Two source image, matches and single keypoints will be drawn. For each keypoint only the center point will be drawn (without the circle around keypoint with keypoint size and orientation). | |
NOT_DRAW_SINGLE_POINTS | 2 | Single keypoints will not be drawn. | |
DRAW_RICH_KEYPOINTS | 4 | For each keypoint the circle around keypoint with keypoint size and orientation will be drawn. |