Home
last modified time | relevance | path

Searched refs:left_umat (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/modules/ocl/
Dcv_feature_match.cpp224 cv::UMat left_umat, right_umat; in optical_flow_feature_match() local
228 if (!get_crop_image (left_buf, left_crop_rect, left_umat) in optical_flow_feature_match()
233 left_img = cv::_InputArray (left_umat); in optical_flow_feature_match()
236 left_mat = left_umat.getMat (cv::ACCESS_READ); in optical_flow_feature_match()