The list of rotated images originally from a single image.
ratio
The first strict ratio used to identify which rotation has the most vertical crop rows.
final_ratio
The less-strict ratio used on the best image after rotations to capture smaller potential crop rows.
intensity
The amount of smoothing of the image.
Value
a list of x coordinates for the image on which the function was applied.
Details
This function is a combination of two previous functions best_rotation and crop_lines to find the best rotation and then map out the x coordinates of the crop rows in the image.