imgthin 0.1.1

A fast parallel algorithm for thinning digital patterns
Documentation
[package]
name = "imgthin"
version = "0.1.1"
authors = ["WhizSid <whizsid@aol.com>"]
edition = "2018"

license = "MIT"
keywords = ["image", "image-processing", "thinning", "ocr", "image-thinning"]
homepage = "https://github.com/FreeReacts/imgthin-rs"
repository = "https://github.com/FreeReacts/imgthin-rs"
documentation = "https://docs.rs/imgthin"
readme = "README.md"
description = """
A fast parallel algorithm for thinning digital patterns
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[features]

# Use default version of T.Y Zhang and C.Y. Suen http://www-prima.inrialpes.fr/perso/Tran/Draft/gateway.cfm.pdf
default = []

# Use improved version of Yung-Sheng CHEN and Wen-Hsing HSU https://www.researchgate.net/publication/222456229_A_modified_fast_parallel_algorithm_for_thinning_digital_patterns
improved_ysc_whh = []