node-opencv/lib/opencv.js
2012-01-19 23:12:38 -08:00

7 lines
157 B
JavaScript

var opencv = require('./bindings')
, Point = opencv.Point
, Image = opencv.Image
, Matrix = opencv.Matrix
var oc = exports = module.exports = opencv;