mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
basic working otsu number binarizer
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user