Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 245 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 245 Bytes

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.