node-opencv/lib/opencv.js
2012-01-14 09:14:00 -08:00

5 lines
129 B
JavaScript

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