dom96 / nim-opencv

Nim OpenCV wrapper
MIT License
55 stars 7 forks source link

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.