Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.24 KB

Readme.md

File metadata and controls

35 lines (26 loc) · 1.24 KB

Distance transform computation using the fast sweeping method.

See distance.h for a complete documentation.

Reference

Example

The test directory contains the source code of a small program that generates a distance map from an input image.

Image reading and writing libraries stb_image.h, stb_image_write.h by Sean Barrett (public domain).

Build

A CMake configuration file is provided in order to build a static library and the associated documentation. A typical usage of CMake may be:

mkdir build
cd build
cmake ..
cmake --build .

License

This project is licensed under the MIT License, see LICENSE for more information.