nim-opencv icon indicating copy to clipboard operation
nim-opencv copied to clipboard

Nim OpenCV wrapper

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.