BottomRowUnifier
bottom_row_unifier(image:cv2.Mat, target_height:int)
Unifies the bottom rows of an image to a specified target height.
Parameters:
image
(cv2.Mat): Input image to process.target_height
(int): Desired height of the output image. Default is 130 pixels.
Caution:
Resizing is mistake.
Do the summation in loop and stop when sum is more than one
Labels:
src_PyThon_ContactAngle_BottomRowUnifier_BottomRowUnifier_bottom_row_unifier
bottom_row_unifierGRAY(image:cv2.Mat, target_height:int)
Unifies the bottom rows of an image to a specified target height.
Parameters:
image
(cv2.Mat): Input image to process.target_height
(int): Desired height of the output image. Default is 130 pixels.
Returns:
cv2.Mat
: Processed image with unified bottom rows.Caution:
Resizing is mistake.
Do the summation in loop and stop when sum is more than one
Labels:
src_PyThon_ContactAngle_BottomRowUnifier_BottomRowUnifier_bottom_row_unifierGRAY