DRAW_OVER_OUTIMG 404 modules/features2d/misc/java/src/cpp/features2d_manual.hpp DRAW_OVER_OUTIMG = 1, // Output image matrix will not be created (Mat::create). DRAW_OVER_OUTIMG 94 modules/features2d/src/draw.cpp if( !(flags & DrawMatchesFlags::DRAW_OVER_OUTIMG) ) DRAW_OVER_OUTIMG 131 modules/features2d/src/draw.cpp if( flags & DrawMatchesFlags::DRAW_OVER_OUTIMG ) DRAW_OVER_OUTIMG 162 modules/features2d/src/draw.cpp drawKeypoints( _outImg1, keypoints1, _outImg1, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG ); DRAW_OVER_OUTIMG 165 modules/features2d/src/draw.cpp drawKeypoints( _outImg2, keypoints2, _outImg2, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );