Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp35 …t SmartPtr<VideoBuffer> &buf, const Rect &rect, char *img_name, char *frame_str, char *fm_idx_str);
245 char fm_idx_str[64] = {'\0'}; in optical_flow_feature_match() local
246 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx); in optical_flow_feature_match()
250 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
253 debug_write_image (right_buf, right_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
264 …st SmartPtr<VideoBuffer> &buf, const Rect &rect, char *img_name, char *frame_str, char *fm_idx_str) in debug_write_image() argument
274 …cv::putText (mat, fm_idx_str, cv::Point(rect.pos_x, 70), cv::FONT_HERSHEY_COMPLEX, 0.8f, color, 2,… in debug_write_image()
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp33 …t SmartPtr<VideoBuffer> &buf, const Rect &rect, char *img_name, char *frame_str, char *fm_idx_str);
251 char fm_idx_str[64] = {'\0'}; in optical_flow_feature_match() local
252 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx); in optical_flow_feature_match()
256 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
259 debug_write_image (right_buf, right_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
269 …st SmartPtr<VideoBuffer> &buf, const Rect &rect, char *img_name, char *frame_str, char *fm_idx_str) in debug_write_image() argument
279 …cv::putText (mat, fm_idx_str, cv::Point(rect.pos_x, 70), cv::FONT_HERSHEY_COMPLEX, 0.8f, color, 2,… in debug_write_image()