Enum Features2DToolbox.KeypointDrawType
- Namespace
- Emgu.CV.Features2D
- Assembly
- Emgu.CV.dll
Define the Keypoint draw type
public enum Features2DToolbox.KeypointDrawType
Fields
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).
DrawRichKeypoints = 4
For each keypoint the circle around keypoint with keypoint size and orientation will be drawn.
NotDrawSinglePoints = 2
Single keypoints will not be drawn.