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

  /external/libxcam/xcore/interface/
feature_match.h 36 float recur_offset_error; // cur_offset - mean_offset member in struct:XCam::CVFMConfig
46 , recur_offset_error (8.0f)
feature_match.cpp 84 if (fabs (offsets[i] - mean_offset) >= _config.recur_offset_error)
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 123 config.recur_offset_error = 8.0f;
135 config.recur_offset_error = 12.0f;
147 config.recur_offset_error = 8.0f;
  /external/libxcam/modules/soft/
soft_stitcher.cpp 352 config.recur_offset_error = 8.0f;

Completed in 796 milliseconds