Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/
Dtest_hdr_extension.py64 square = opencv_processing_utils.find_white_square(
68 square['left']/img.shape[1],
69 square['top']/img.shape[0],
70 square['w']/img.shape[1],
71 square['h']/img.shape[0]
81 square['angle'], 1.0)
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py699 square = {}
731 square['angle'] = angle
732 square['left'] = shape['left'] - SQUARE_CROP_MARGIN
733 square['right'] = shape['right'] + SQUARE_CROP_MARGIN
734 square['top'] = shape['top'] - SQUARE_CROP_MARGIN
735 square['bottom'] = shape['bottom'] + SQUARE_CROP_MARGIN
736 square['w'] = shape['width'] + 2*SQUARE_CROP_MARGIN
737 square['h'] = shape['height'] + 2*SQUARE_CROP_MARGIN
746 return square
818 for square in square_contours:
[all …]
/cts/apps/CameraITS/tools/
Ddng_noise_model.py437 sens_sq = np.square(sens)
447 o_model = (offset_a * sens_sq + offset_b) * np.square(digital_gains)
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_preview_distortion.py187 rms_error = math.sqrt(np.mean(np.square(distortion_errors)))
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h176 void square() { in square() function
/cts/tests/mediapc/requirements/
Drequirements.txtpb1944 description: "The screen display density in pixels per square inch."
1971 description: "The screen display density in pixels per square inch."