cars.applications.sensors_subsampling.subsampling_algo ====================================================== .. py:module:: cars.applications.sensors_subsampling.subsampling_algo .. autoapi-nested-parse:: Resampling module: contains functions used for epipolar resampling Functions --------- .. autoapisummary:: cars.applications.sensors_subsampling.subsampling_algo.resample_image Module Contents --------------- .. py:function:: resample_image(image, tile_window, tile_size, key, scale_factor=1, interpolator='bilinear') Resample the image :param image: the image to resample :type image: str :param tile_window: the tile window :type tile_window: Window :param tile_size: the tile size :type tile_size: int :param key: the key in the path dictionary :type key: str :param scale_factor: the scaling factor :type scale_factor: float :param interpolator: the interpolator :type interpolator: str