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

  /external/libxcam/xcore/interface/
feature_match.h 78 bool get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offset);
feature_match.cpp 63 FeatureMatch::get_mean_offset (std::vector<float> &offsets, float sum, int &count, float &mean_offset) function in class:XCam::FeatureMatch
  /external/libxcam/modules/ocl/
cv_feature_match.cpp 167 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset);
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 165 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset);

Completed in 108 milliseconds