Searched refs:umat (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 51 cv::UMat umat; in get_crop_image() local 52 cv::ocl::convertFromBuffer (cl_mem_id, info.strides[0], info.height, info.width, CV_8U, umat); in get_crop_image() 53 if (umat.empty ()) { in get_crop_image() 58 img = umat (cv::Rect(crop_rect.pos_x, crop_rect.pos_y, crop_rect.width, crop_rect.height)); in get_crop_image() 129 cv::UMat umat; in calc_of_match() local 134 umat.create (size, image0.type ()); in calc_of_match() 135 debug_img = cv::_InputOutputArray (umat); in calc_of_match() 137 image0.copyTo (umat (cv::Rect(0, 0, img0_size.width, img0_size.height))); in calc_of_match() 138 image1.copyTo (umat (cv::Rect(img0_size.width, 0, img1_size.width, img1_size.height))); in calc_of_match() 139 umat.copyTo (debug_img); in calc_of_match()
|