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
This directory contains 22 complete, working examples demonstrating various OpenCV capabilities through the zOpenCV bindings.
Building Examples
# Build all examples
zig build examples -Dcontrib=true
# Build a specific example
zig build example-hello_opencv
zig build example-face_detection
# Run a specific example
./zig-out/bin/hello_opencv