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

  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 544 prt_shape = component_shape(contours[parent])
546 dist_x = abs(child_shape["ctx"]-prt_shape["ctx"])
547 dist_y = abs(child_shape["cty"]-prt_shape["cty"])
555 if (prt_shape["width"] * 0.56 < child_shape["width"]
556 < prt_shape["width"] * 0.76
557 and prt_shape["height"] * 0.56 < child_shape["height"]
558 < prt_shape["height"] * 0.76
573 dist_left = child_shape["left"] - prt_shape["left"]
574 dist_right = prt_shape["right"] - child_shape["right"]
575 dist_top = child_shape["top"] - prt_shape["top"
    [all...]
test_multi_camera_alignment.py 137 prt_shape = component_shape(contours[parent])
139 dist_x = abs(child_shape['ctx']-prt_shape['ctx'])
140 dist_y = abs(child_shape['cty']-prt_shape['cty'])
148 if (prt_shape['width'] * 0.56 < child_shape['width']
149 < prt_shape['width'] * 0.76
150 and prt_shape['height'] * 0.56 < child_shape['height']
151 < prt_shape['height'] * 0.76

Completed in 69 milliseconds