Searched refs:_outImg2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Ddraw.cpp164 Mat _outImg2 = outImg( Rect(img1size.width, 0, img2size.width, img2size.height) ); local
165 drawKeypoints( _outImg2, keypoints2, _outImg2, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );

Completed in 1947 milliseconds