Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py103 _COARSE_FIT_RANGE = 20 # Range area around coarse fit to do optimization. variable
628 i_poly_fit_min = i - _COARSE_FIT_RANGE
629 i_poly_fit_max = i + _COARSE_FIT_RANGE + 1