Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dfeature_match.cpp28 FeatureMatch::FeatureMatch () in FeatureMatch() function in XCam::FeatureMatch
38 FeatureMatch::set_config (CVFMConfig config) in set_config()
44 FeatureMatch::get_config () in get_config()
50 FeatureMatch::set_fm_index (int idx) in set_fm_index()
56 FeatureMatch::reset_offsets () in reset_offsets()
63 FeatureMatch::get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offs… in get_mean_offset()
119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1) in adjust_stitch_area()
Dfeature_match.h53 class FeatureMatch
56 explicit FeatureMatch ();
57 virtual ~FeatureMatch () {}; in ~FeatureMatch()
83 XCAM_DEAD_COPY (FeatureMatch);
/external/libxcam/modules/soft/
Dcv_capi_feature_match.h39 : public FeatureMatch
Dcv_capi_feature_match.cpp39 : FeatureMatch() in CVCapiFeatureMatch()
Dsoft_stitcher.cpp126 SmartPtr<FeatureMatch> matcher;
/external/libxcam/modules/ocl/
Dcv_feature_match.h39 , public FeatureMatch
Dcl_image_360_stitch.h130 SmartPtr<FeatureMatch> _feature_match[XCAM_STITCH_FISHEYE_MAX_NUM];
Dcv_feature_match.cpp38 , FeatureMatch () in CVFeatureMatch()