opencv

OpenCV wrapper


Keywords
library, wrapper, opencv, image, processing
License
MIT
Install
nimble install opencv

Documentation

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.