Features2DToolboxKeypointDrawType Enumeration |
http://www.emgu.com
Define the Keypoint draw type
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum KeypointDrawType
Public Enumeration KeypointDrawType
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).
|
| NotDrawSinglePoints | 2 |
Single keypoints will not be drawn.
|
| DrawRichKeypoints | 4 |
For each keypoint the circle around keypoint with keypoint size and
orientation will be drawn.
|
See Also