justadudewhohacks / opencv4nodejs

Nodejs bindings to OpenCV 3 and OpenCV 4
MIT License
4.95k stars 824 forks source link

Adding Custom Functionality #635

Open goulash1971 opened 4 years ago

goulash1971 commented 4 years ago

Hello all.

Obviously :) opencv4nodejs provides bindings for the core functionality of opencv and the various modules that are defined in opencv_contrib'.

I wanted to ask if it is possible to integrate a custom C++ library that supports a different BackgroundSubtractor into opencv4nodejs, specifically a subtractor that supports the "Independent Multi-Modal Background Subtractor".

See https://github.com/apennisi/imbs-mt

If it is possible, could you give some pointers on how this might be achieved - and of course anything that ends-up being produced will be contributed back into the project for the community to use.

Thanks.

mywebstudio commented 4 years ago

Hello! I have a similar question. Did you find out something?