akaihola / shootadoc-rust

A Rust implementation of Shoot A Doc
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Experiment imageproc #1

Closed samoylovfp closed 3 years ago

samoylovfp commented 3 years ago

Experimented with this crate. It does produce a readable result but with some noise and no shades of gray. In any case source code for this method is quite interesting.

Also Cargo.lock should be checked in for applications, I think wording in the documentation is a little confusing, which threw you off.

akaihola commented 3 years ago

Oh, it's actually from OpenCV. According to Rust OpenCV imgproc documentation and an OpenCV tutorial, it

I'd say we're still aiming for something more sophisticated :)

samoylovfp commented 3 years ago

Nice label! :laughing: I have another idea, will try it out