Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py152 def _calc_expected_circle_image_ratio(ref_fov, img_w, img_h): argument
168 ar_target = img_w / img_h
296 def _calc_circle_image_ratio(radius, img_w, img_h): argument
306 return 100 * math.pi * math.pow(radius, 2) / (img_w * img_h)
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py517 img_w, img_h = self.img_w, self.img_h
522 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX:
538 events, frames = _collect_data(cam, fps, img_w, img_h, test_length,
552 frames[_START_FRAME:len(frames)], events['facing'], img_h, log_path)
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py51 block_center_x, block_center_y, center_luma, img_w, img_h, dist_max): argument
53 pow(abs(block_center_y-0.5)*img_h, 2))
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py809 img_w, img_h = 4, 4
810 check_list = random.sample(range(0, 1024), img_h*img_w)
811 img_check = numpy.array(check_list).reshape(img_h, img_w)
/cts/apps/CameraITS/tests/
Dits_base_test.py108 self.img_h = int(img_size[1])