Searched refs:square (Results 1 – 6 of 6) sorted by relevance
64 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)
699 square = {}731 square['angle'] = angle732 square['left'] = shape['left'] - SQUARE_CROP_MARGIN733 square['right'] = shape['right'] + SQUARE_CROP_MARGIN734 square['top'] = shape['top'] - SQUARE_CROP_MARGIN735 square['bottom'] = shape['bottom'] + SQUARE_CROP_MARGIN736 square['w'] = shape['width'] + 2*SQUARE_CROP_MARGIN737 square['h'] = shape['height'] + 2*SQUARE_CROP_MARGIN746 return square818 for square in square_contours:[all …]
437 sens_sq = np.square(sens)447 o_model = (offset_a * sens_sq + offset_b) * np.square(digital_gains)
187 rms_error = math.sqrt(np.mean(np.square(distortion_errors)))
176 void square() { in square() function
1944 description: "The screen display density in pixels per square inch."1971 description: "The screen display density in pixels per square inch."