node-opencv/lib/opencv.js
Peter Braden 468034d329 WIP
2012-01-18 01:37:09 -08:00

9 lines
159 B
JavaScript

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