Lines Matching full:outimage
279 // void drawKeypoints(Mat image, vector_KeyPoint keypoints, Mat outImage, Scalar color = Scalar::all(-1), int flags = 0)
294 Mat& outImage = *((Mat*)outImage_nativeObj);
296 cv::drawKeypoints( image, keypoints, outImage, color, (int)flags );
320 Mat& outImage = *((Mat*)outImage_nativeObj);
321 cv::drawKeypoints( image, keypoints, outImage );