DrawMatchesFlags 1080 modules/features2d/include/opencv2/features2d.hpp                                const Scalar& color=Scalar::all(-1), int flags=DrawMatchesFlags::DEFAULT );
DrawMatchesFlags 1108 modules/features2d/include/opencv2/features2d.hpp                              const std::vector<char>& matchesMask=std::vector<char>(), int flags=DrawMatchesFlags::DEFAULT );
DrawMatchesFlags 1115 modules/features2d/include/opencv2/features2d.hpp                              const std::vector<std::vector<char> >& matchesMask=std::vector<std::vector<char> >(), int flags=DrawMatchesFlags::DEFAULT );
DrawMatchesFlags   58 modules/features2d/src/draw.cpp     if( flags & DrawMatchesFlags::DRAW_RICH_KEYPOINTS )
DrawMatchesFlags   94 modules/features2d/src/draw.cpp     if( !(flags & DrawMatchesFlags::DRAW_OVER_OUTIMG) )
DrawMatchesFlags  131 modules/features2d/src/draw.cpp     if( flags & DrawMatchesFlags::DRAW_OVER_OUTIMG )
DrawMatchesFlags  159 modules/features2d/src/draw.cpp     if( !(flags & DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS) )
DrawMatchesFlags  162 modules/features2d/src/draw.cpp         drawKeypoints( _outImg1, keypoints1, _outImg1, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );
DrawMatchesFlags  165 modules/features2d/src/draw.cpp         drawKeypoints( _outImg2, keypoints2, _outImg2, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );