HomeSort by relevance Sort by last modified time
    Searched refs:_fm_idx (Results 1 - 4 of 4) sorted by null

  /external/libxcam/xcore/interface/
feature_match.cpp 32 , _fm_idx (-1)
52 _fm_idx = idx;
73 _fm_idx, mean_offset, 0.0f, 0, count);
99 _fm_idx, mean_offset, pre_mean_offset, try_times, recur_count);
feature_match.h 92 int _fm_idx; member in class:XCam::FeatureMatch
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 82 XCAM_LOG_INFO ("FeatureMatch(idx:%d): detected corners:%d, reserved size:%d", _fm_idx, found_num, (int)corners.size ());
159 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ());
161 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx);
211 XCAM_LOG_INFO ("FeatureMatch(idx:%d): matched corners:%d", _fm_idx, count);
222 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width);
241 XCAM_ASSERT (_fm_idx >= 0);
246 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx);
249 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx);
252 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx);
255 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num)
    [all...]
  /external/libxcam/modules/ocl/
cv_feature_match.cpp 54 XCAM_LOG_ERROR ("FeatureMatch(idx:%d): convert bo buffer to UMat failed", _fm_idx);
161 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ());
163 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx);
215 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width);
247 XCAM_ASSERT (_fm_idx >= 0);
252 std::snprintf (fm_idx_str, 64, "fm_idx:%d", _fm_idx);
255 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx);
258 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx);
261 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num);

Completed in 610 milliseconds