The ResistKernelC project implements a program that computes a minimum cost distance matrix sum using a grid of costs. The program is designed to process a raster grid and calculate the cost associated with moving through the grid based on specified parameters.
src/ResistKernelC.cpp
: Contains the main function and the implementation of the cost distance matrix sum calculation.src/ResistKernelGPU.cpp
: Same as above but without stl and new in the inner loopCMakeLists.txt
: Configuration file for CMake, specifying project details and source files.README.md
: Documentation for the project.
To build the project, follow these steps:
- Ensure you have CMake installed on your system.
- Open a terminal and navigate to the project directory.
- Create a build directory:
mkdir build cd build
- Run CMake to configure the project:
cmake ..
- Build the project:
make
After building the project, you can run the executable generated in the build
directory. The program will read input from a specified text file and output the results to another file.
This project was developed by [email protected].# resist "# resist"