BottomRowUnifier

bottom_row_unifier(image:cv2.Mat, target_height:int)
Unifies the bottom rows of an image to a specified target height.
Parameters:
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:
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