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

  /external/libxcam/xcore/interface/
feature_match.cpp 28 FeatureMatch::FeatureMatch ()
38 FeatureMatch::set_config (CVFMConfig config)
44 FeatureMatch::get_config ()
50 FeatureMatch::set_fm_index (int idx)
56 FeatureMatch::reset_offsets ()
63 FeatureMatch::get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offset)
72 "FeatureMatch(idx:%d): X-axis mean offset:%.2f, pre_mean_offset:%.2f (%d times, count:%d)",
98 "FeatureMatch(idx:%d): X-axis mean_offset:%.2f, pre_mean_offset:%.2f (%d times, count:%d)",
119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1
    [all...]
feature_match.h 53 class FeatureMatch
56 explicit FeatureMatch ();
57 virtual ~FeatureMatch () {};
83 XCAM_DEAD_COPY (FeatureMatch);
  /external/libxcam/modules/soft/
cv_capi_feature_match.h 39 : public FeatureMatch
cv_capi_feature_match.cpp 39 : FeatureMatch()
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 ());
211 XCAM_LOG_INFO ("FeatureMatch(idx:%d): matched corners:%d", _fm_idx, count);
221 "FeatureMatch(idx:%d): stiching area: left_area(pos_x:%d, width:%d), right_area(pos_x:%d, width:%d)",
255 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num);
soft_stitcher.cpp 126 SmartPtr<FeatureMatch> matcher;
  /external/libxcam/modules/ocl/
cv_feature_match.h 39 , public FeatureMatch
cl_image_360_stitch.h 130 SmartPtr<FeatureMatch> _feature_match[XCAM_STITCH_FISHEYE_MAX_NUM];
cv_feature_match.cpp 38 , FeatureMatch ()
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 ());
214 "FeatureMatch(idx:%d): stiching area: left_area(pos_x:%d, width:%d), right_area(pos_x:%d, width:%d)",
261 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num);

Completed in 191 milliseconds