Home
last modified time | relevance | path

Searched refs:get_mean_offset (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/interface/
Dfeature_match.h78 bool get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offset);
Dfeature_match.cpp63 FeatureMatch::get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offs… in get_mean_offset() function in XCam::FeatureMatch
/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp165 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset); in calc_of_match()
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp167 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset); in calc_of_match()