DrawMatchesFlags Enumeration OpenCvSharp Class Library

[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.DrawMatchesFlags"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum DrawMatchesFlags
Members

  Member nameValueDescription
Default0 Output image matrix will be created (Mat::create), i.e. existing memory of output image may be reused. 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).
DrawOverOutImg1 Output image matrix will not be created (Mat::create). Matches will be drawn on existing content of output image.
NotDrawSinglePoints2 Single keypoints will not be drawn.
DrawRichKeypoints4 For each keypoint the circle around keypoint with keypoint size and orientation will be drawn.
See Also

Reference