Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py539 for square in square_contours:
540 area = cv2.contourArea(square)
544 filtered_squares.append(square)
545 _, (width, height), angle = cv2.minAreaRect(square)
/cts/apps/CameraITS/tools/
Ddng_noise_model.py326 sens_sq = np.square(sens)
358 o_model = result[2]*sens_sq + result[3]*np.square(np.maximum(
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h164 void square() { in square() function
/cts/apps/CtsVerifier/
DNOTICE.txt1016 (For example, a function in a library to compute square roots has
1020 be optional: if the application does not supply it, the square
1021 root function must still compute square roots.)
1520 (For example, a function in a library to compute square roots has
1524 be optional: if the application does not supply it, the square
1525 root function must still compute square roots.)
10763 (For example, a function in a library to compute square roots has
10767 be optional: if the application does not supply it, the square
10768 root function must still compute square roots.)