cars.applications.sensors_subsampling.subsampling_algo

Resampling module: contains functions used for epipolar resampling

Functions

resample_image(image, tile_window, tile_size, key[, ...])

Resample the image

Module Contents

cars.applications.sensors_subsampling.subsampling_algo.resample_image(image, tile_window, tile_size, key, scale_factor=1, interpolator='bilinear')[source]

Resample the image

Parameters:
  • image (str) – the image to resample

  • tile_window (Window) – the tile window

  • tile_size (int) – the tile size

  • key (str) – the key in the path dictionary

  • scale_factor (float) – the scaling factor

  • interpolator (str) – the interpolator