Struct cv::line_descriptor::DrawLinesMatchesFlags#

Collaboration diagram for cv::line_descriptor::DrawLinesMatchesFlags:

cv::line_descriptor::DrawLinesMatchesFlags Node1 cv::line_descriptor ::DrawLinesMatchesFlags    

cv::line_descriptor::DrawLinesMatchesFlags Node1 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

DEFAULT

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.

DRAW_OVER_OUTIMG

Output image matrix will not be created (using Mat::create). Matches will be drawn on existing content of output image.

NOT_DRAW_SINGLE_LINES

Single keylines will not be drawn.

Source file#

The documentation for this struct was generated from the following file: