Searched refs:_fm_idx (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 82 …XCAM_LOG_INFO ("FeatureMatch(idx:%d): detected corners:%d, reserved size:%d", _fm_idx, found_num, … in add_detected_data() 159 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ()); in calc_of_match() 161 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx); in calc_of_match() 211 XCAM_LOG_INFO ("FeatureMatch(idx:%d): matched corners:%d", _fm_idx, count); in detect_and_match() 222 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width); in detect_and_match() 241 XCAM_ASSERT (_fm_idx >= 0); in optical_flow_feature_match() 246 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx); in optical_flow_feature_match() 249 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 252 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 255 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match()
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 54 XCAM_LOG_ERROR ("FeatureMatch(idx:%d): convert bo buffer to UMat failed", _fm_idx); in get_crop_image() 161 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ()); in calc_of_match() 163 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx); in calc_of_match() 215 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width); in detect_and_match() 247 XCAM_ASSERT (_fm_idx >= 0); in optical_flow_feature_match() 252 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx); in optical_flow_feature_match() 255 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 258 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 261 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match()
|
/external/libxcam/xcore/interface/ |
D | feature_match.cpp | 32 , _fm_idx (-1) in FeatureMatch() 52 _fm_idx = idx; in set_fm_index() 73 _fm_idx, mean_offset, 0.0f, 0, count); in get_mean_offset() 99 _fm_idx, mean_offset, pre_mean_offset, try_times, recur_count); in get_mean_offset()
|
D | feature_match.h | 92 int _fm_idx; variable
|