Struct cv::line_descriptor::DrawLinesMatchesFlags#
#include <opencv2/line_descriptor/descriptor.hpp>Collaboration diagram for cv::line_descriptor::DrawLinesMatchesFlags:
Public Types#
enum cv::line_descriptor::DrawLinesMatchesFlags {
cv::line_descriptor::DEFAULT = 0,
cv::line_descriptor::DRAW_OVER_OUTIMG = 1,
cv::line_descriptor::NOT_DRAW_SINGLE_LINES = 2
}Detailed Description#
-
struct DrawLinesMatchesFlags#
struct for drawing options
Member Enumeration Documentation#
enum DrawLinesMatchesFlags
|
Output image matrix will be created (Mat::create), i.e. existing memory of output image may be reused. Two source images, matches, and single keylines will be drawn. |
|
Output image matrix will not be created (using Mat::create). Matches will be drawn on existing content of output image. |
|
Single keylines will not be drawn. |
Source file#
The documentation for this struct was generated from the following file:
opencv2/line_descriptor/descriptor.hpp