Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 4, 2022
1 parent 4006d8c commit 2b4dcb2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
<img src="./logo/zigcv.png" width="50%" />
</div>

## Caution
The ZIGCV library provides Zig language bindings for the [OpenCV 4](http://opencv.org/) computer vision library.

Still under development, so the zig APIs will be dynamically changed.
The ZIGCV library supports the head/master of zig and OpenCV (v4.6.0) on Linux, macOS, and Windows.

Tested on
## Caution

```
zig version: 0.10.0-dev.4176+6d7b0690a
opencv: 4.6
```
Still under development, so the zig APIs will be dynamically changed.

You can use `const c_api = @import("zigcv").c_api;` to call c bindings directly.
This C-API is currently fixed.
Expand All @@ -30,9 +27,13 @@ git clone --recursive https://github.com/ryoppippi/zigcv
zig build
```

## Docker

You can also download and run the [Docker image](https://github.com/ryoppippi/zigcv/pkgs/container/zigcv) that has the latest opencv build compiled by zig cc compiler.

## Demos

you can build some demos.
you can build some demos.
For example:

```sh
Expand Down

0 comments on commit 2b4dcb2

Please sign in to comment.