DropDetection_AbsDifference

drop_cropping(diff_img:np.ndarray, drop_middle_y:int, drop_start:int, x_left_margin:int, x_right_margin:int, y_up_margin:int, object_detection_threshold:int)
Crops the droplet reflection from the difference image based on detected edges.
Parameters:
Returns:
- y_down (int): Bottom y-coordinate of the crop.
Raises:
Labels:

src_PyThon_ContactAngle_DropDetection_DropDetection_AbsDifference_drop_cropping