The Wayback Machine - https://web.archive.org/web/20230121055727/https://github.com/mattn/zigcv
Skip to content

mattn/zigcv

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 240 commits behind ryoppippi:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

ZIGCV

still under development!

How to execute

At first, install openCV. (maybe you can read how to install from here).
Then:

git clone https://github.com/ryoppippi/zig-tflite-mnist
zig build 

Demos

you can build some demos.
For example:

zig build examples
./zig-out/bin/face_detection 0

face detection

Technical restrictions

Due to zig being a relatively new language it does not have full C ABI support at the moment.
For use that mainly means we can't use any functions that return structs that are less than 16 bytes large on x86, and passing structs to any functions may cause memory error on arm.

License

MIT

Author

Ryotaro "Justin" Kimura (a.k.a. ryoppippi)

About

zig bindings for zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Zig 100.0%