[][src]Constant opencv::features2d::DrawMatchesFlags_DEFAULT

pub const DrawMatchesFlags_DEFAULT: i32 = 0;

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).