basic working otsu number binarizer

This commit is contained in:
Henry Schimke
2023-02-02 18:57:54 -06:00
parent 0ccb222b1a
commit 66543f9098
5 changed files with 112 additions and 1 deletions

View File

@@ -59,4 +59,7 @@ wasm_support = ["chrono/wasmbind"]
experimental_features = []
#/// Adds support for serde Serialize and Deserialize for outward facing structs
serde = ["dep:serde"]
serde = ["dep:serde"]
#/// Adds otsu binarizer support using imageproc
otsu_level = ["image"]