Popularity
3.9
Declining
Activity
0.0
Stable
2
5
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math    

DistanceTransform alternatives and similar packages

Based on the "Math" category.
Alternatively, view DistanceTransform alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of DistanceTransform or a related project?

Add another 'Math' Package

README

An N-dimensional distance transform that computes the Euclidean distance between each element in a discrete field and the nearest cell containing a zero.

The algorithm implemented is based off of Meijster et al., "A general algorithm for computing distance transforms in linear time." Parallel versions of both the Euclidean distance transform and squared Euclidean distance transform are also provided.

Build Status