Searched refs:DrawMatchesFlags (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | draw.cpp | 58 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/ |
D | feature_detection.markdown | 59 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/ |
D | features2d.hpp | 1049 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/ |
D | feature_flann_matcher.markdown | 101 vector<char>(), DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS );
|
/external/opencv3/doc/tutorials/features2d/feature_homography/ |
D | feature_homography.markdown | 85 std::vector<char>(), DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS );
|