Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py1070 bottom_left = tuple(map(int, outer_rect_coordinates[3]))
1075 bottom_x, bottom_y = bottom_left[0], bottom_left[1]
1095 return top_left, top_right, bottom_right, bottom_left
1099 props, top_left, top_right, bottom_right, bottom_left, w, h): argument
1121 tl_coordinates = (bottom_left[0], h - bottom_left[1])
1127 br_coordinates = (w - bottom_left[0], bottom_left[1])