cmbruns / modal_downsampling

Downsample n-dimensional integer raster fields in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Downsample n-dimensional integer raster fields in C++

License:MIT License


Languages

Language:C++ 94.2%Language:CMake 5.8%