Skip to content

RustStudio/rust_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV with Rust

Installation

MacOS

Install OpenCV

brew install opencv

create workspace and clone this repository

mkdir rust_ws && cd rust_ws
git clone https://github.com/RustStudio/rust_opencv

export opencv lib path and run

cd rust_opencv

export DYLD_FALLBACK_LIBRARY_PATH="$(xcode-select --print-path)/Toolchains/XcodeDefault.xctoolchain/usr/lib/"
export LDFLAGS=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib  

cargo run

About

An example of using OpenCV with Rust with binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages