Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zhufucdev/cvtemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvtemp

Rust-OpenCV bounded together to do template matching, thing

Sample Usage

Template matching is to find where some portion (needle) of a image (haystack) is

Haystack Needle Match
host target match
host 2 target 2 match 2

You can reproduce the examples by running

git clone https://github.com/zhufucdev/cvtemp.git
cd cvtemp
cargo run -- -o ./sample/host.png ./sample/target.png ./sample/match.png

Credits

twistedfall/opencv-rust - GitHub

About

OpenCV template matching cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages