TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
https://npmjs.com/@techstark/opencv-js
Apache License 2.0
408 stars 36 forks source link

Complement Mat class and BackgroundSubtractorMOG2 declaration #61

Closed Piemontez closed 5 months ago

Piemontez commented 5 months ago

Add existing functions on Mat class. Add declare class of BackgroundSubtractorMOG2. Complement morphologyEx function.

All changes have been tested.