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

  /external/libxcam/xcore/interface/
feature_match.h 37 float max_adjusted_offset; // maximum offset of each adjustment member in struct:XCam::CVFMConfig
47 , max_adjusted_offset (12.0f)
  /external/libxcam/modules/ocl/
cv_feature_match.cpp 172 if (fabs (out_x_offset) > _config.max_adjusted_offset)
173 out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset);
cl_image_360_stitch.cpp 124 config.max_adjusted_offset = 12.0f;
136 config.max_adjusted_offset = 24.0f;
148 config.max_adjusted_offset = 12.0f;
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 170 if (fabs (out_x_offset) > _config.max_adjusted_offset)
171 out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset);
soft_stitcher.cpp 353 config.max_adjusted_offset = 24.0f;

Completed in 308 milliseconds