Skip to content

BlockoS/distance_transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Distance Transform Computation using the Fast Sweeping Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published