opencv-image-stream

1.0.0 • Public • Published

opencv image stream

transform images to openCV matrix objects

example

var OCS = require('opencv-image-stream')
 
var transform = new OCS() // transform stream
 
require('fs').createReadStream('./test/image.jpg').pipe(transform).on('data', console.log) // [ Matrix 133x174 ]

About

Use with node-opencv.

Package Sidebar

Install

npm i opencv-image-stream

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • johnelliott