Crop the image giving a tile. Args: image: Image to be crop, [h, w, c]. tile: [p_0, p_1, p_2, p_3] (clockwise). Returns: cropped: Patch corresponding to the tile. Raises: ZeroDivisionError: x[1] == x[0] or x[2] == x[3].
(image, tile)
source not stored for this graph (policy: none)