You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the call out = diagonal_crop.crop(im, base, angle, height, width)
returns an output image with a slightly different size than the desired one (height, width).
e.g.
desired (height, width) = (256,256)
cropped image size = (257,256) or (257,257) or (255,255)
The text was updated successfully, but these errors were encountered:
Sometimes the call
out = diagonal_crop.crop(im, base, angle, height, width)
returns an output image with a slightly different size than the desired one (height, width).
e.g.
desired (height, width) = (256,256)
cropped image size = (257,256) or (257,257) or (255,255)
The text was updated successfully, but these errors were encountered: