Filtering.__init__

Filtering.__init__(raster_filter: RasterFilter, kernel_size: int, bands: List[int] = [1])[source]

Constructor

Parameters:
  • raster_filter (eolab.georastertools.processing.RasterFilter) – The instance of RasterFilter to apply

  • kernel_size (int) – Size of the kernel on which the filter is applied

  • bands ([int], optional, default=[1]) – List of bands in the input image to process. Set None if all bands shall be processed.