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

  /external/libxcam/xcore/interface/
feature_match.h 39 float max_track_error; // maximum track error member in struct:XCam::CVFMConfig
49 , max_track_error (24.0f)
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 126 config.max_track_error = 24.0f;
138 config.max_track_error = 32.0f;
150 config.max_track_error = 24.0f;
cv_feature_match.cpp 93 if (error[i] > _config.max_track_error)
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 107 if (error[i] > _config.max_track_error)
soft_stitcher.cpp 356 config.max_track_error = 28.0f;
358 config.max_track_error = 3600.0f;

Completed in 1483 milliseconds