🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

opencv-image-stream

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencv-image-stream

stream images to openCV matrix objects

1.0.0
latest
Source
npm
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

node

FAQs

Package last updated on 01 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts