Home
last modified time | relevance | path

Searched refs:DrawMatchesFlags (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/features2d/src/
Ddraw.cpp58 if( flags & DrawMatchesFlags::DRAW_RICH_KEYPOINTS ) in _drawKeypoint()
94 if( !(flags & DrawMatchesFlags::DRAW_OVER_OUTIMG) ) in drawKeypoints()
131 if( flags & DrawMatchesFlags::DRAW_OVER_OUTIMG ) in _prepareImgAndDrawKeypoints()
159 if( !(flags & DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS) ) in _prepareImgAndDrawKeypoints()
162 …drawKeypoints( _outImg1, keypoints1, _outImg1, singlePointColor, flags | DrawMatchesFlags::DRAW_OV… in _prepareImgAndDrawKeypoints()
165 …drawKeypoints( _outImg2, keypoints2, _outImg2, singlePointColor, flags | DrawMatchesFlags::DRAW_OV… in _prepareImgAndDrawKeypoints()
/external/opencv3/doc/tutorials/features2d/feature_detection/
Dfeature_detection.markdown59 drawKeypoints( img_1, keypoints_1, img_keypoints_1, Scalar::all(-1), DrawMatchesFlags::DEFAULT );
60 drawKeypoints( img_2, keypoints_2, img_keypoints_2, Scalar::all(-1), DrawMatchesFlags::DEFAULT );
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1049 struct CV_EXPORTS DrawMatchesFlags struct
1080 … const Scalar& color=Scalar::all(-1), int flags=DrawMatchesFlags::DEFAULT );
1108 … const std::vector<char>& matchesMask=std::vector<char>(), int flags=DrawMatchesFlags::DEFAULT );
1115 …ctor<char> >& matchesMask=std::vector<std::vector<char> >(), int flags=DrawMatchesFlags::DEFAULT );
/external/opencv3/doc/tutorials/features2d/feature_flann_matcher/
Dfeature_flann_matcher.markdown101 vector<char>(), DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS );
/external/opencv3/doc/tutorials/features2d/feature_homography/
Dfeature_homography.markdown85 std::vector<char>(), DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS );