edt 0.2.0

An implementation of 2D EDT (Euclidian distance transform) with Saito's algorithm in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
[dev-dependencies.image]
version = "0.24.0"

[package]
authors = ["msakuta <masahiro.sakuta@gmail.com>"]
description = "An implementation of 2D EDT (Euclidian distance transform) with Saito's algorithm in pure Rust"
edition = "2018"
license = "MIT"
name = "edt"
repository = "https://github.com/msakuta/rust-edt"
version = "0.2.0"