opencv
OpenCV wrapper
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install opencv
choosenim install opencv
git clone https://github.com/dom96/nim-opencv
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| opencv | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/dom96/nim-opencv |
|---|---|
| Homepage | https://github.com/dom96/nim-opencv |
| Registry Source | nimble_official |
README
Nim OpenCV wrapper
This is a pretty rough Nim OpenCV wrapper. YMMV.
Installation
$ nimble install opencv
Usage
import opencv/imgproc, opencv/highgui, opencv/core
Look in the tests/ directory for examples.