Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py67 SQUARE_TOL = 0.1 # Square W vs H mismatch RTOL variable
520 if not numpy.isclose(width, height, rtol=SQUARE_TOL):
541 if not numpy.isclose(area, median_area, rtol=SQUARE_TOL):