You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully tried the sample from your README.md, but so far I've failed to get the sample loading images from files to work.
I've managed to setup a new rust project with the code from your examples/subimage-finder.rs and make it compile, but with both the default backend ("RuntimeDetectedSimd") and the "scalar" one it never finishes running or produces any output (passed ferris.png and ferris_eyes.png from your README.md in as parameters)
I've tried to also setup the opencv backend, but with that feature enabled, the rust compiler fails:
thread 'main' panicked at 'a `libclang` shared library is not loaded on this thread', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/src/lib.rs:1731:1
The text was updated successfully, but these errors were encountered:
Hi there!
I've successfully tried the sample from your README.md, but so far I've failed to get the sample loading images from files to work.
I've managed to setup a new rust project with the code from your
examples/subimage-finder.rs
and make it compile, but with both the default backend ("RuntimeDetectedSimd") and the "scalar" one it never finishes running or produces any output (passed ferris.png and ferris_eyes.png from your README.md in as parameters)I've tried to also setup the opencv backend, but with that feature enabled, the rust compiler fails:
The text was updated successfully, but these errors were encountered: