Searched refs:square (Results 1 – 4 of 4) sorted by relevance
539 for square in square_contours:540 area = cv2.contourArea(square)544 filtered_squares.append(square)545 _, (width, height), angle = cv2.minAreaRect(square)
326 sens_sq = np.square(sens)358 o_model = result[2]*sens_sq + result[3]*np.square(np.maximum(
164 void square() { in square() function
1016 (For example, a function in a library to compute square roots has1020 be optional: if the application does not supply it, the square1021 root function must still compute square roots.)1520 (For example, a function in a library to compute square roots has1524 be optional: if the application does not supply it, the square1525 root function must still compute square roots.)10763 (For example, a function in a library to compute square roots has10767 be optional: if the application does not supply it, the square10768 root function must still compute square roots.)