0.0.6 • Published 5 years ago

ojos v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Contents

Demos

  • Video filter demo.
    • Filter camera output with opencv operations real time.
    • Apply / configure multiple operations at the same time and observe how frames per second and memory consumption is affected.
    • Visually compose operation sequences to archive custom filters, animations.
    • observe execution on mouse-move over images or video

Summary

  • JavaScript library on top of OpenCV.js
  • browser and node.js support (same implementation and API)
  • TypeScript OpenCV.js types
  • built on top of Mirada
  • Easy to use / intelligent / set of opencv operations with formal contracts regarding input/output Mat that can be represented declaratively as data

See Ideas / Motivation section below.

install

npm install mirada ojos

Usage

TODO - for now see the tests

TODO

Reference API

TODO / ROADMAP

TODO