/modal_downsampling

Downsample n-dimensional integer raster fields in C++

Primary LanguageC++MIT LicenseMIT

modal_downsampling

Downsample n-dimensional integer raster fields in C++

##Installation:

  • Required: Install boost, needed for multi_array framework
  • Optional: Install boost unit testing framework
  • Required: Install Qt5, needed for multithreading. Note: on Windows, make sure the Qt bin folder is on your PATH, so CMake can find your Qt installation.
  • Required: Install CMake 3.1 or later, needed for building

Build using CMake. Run unit tests with make test