Opencv4nodejs: Bindings for all extra contribution modules?

Created on 10 Mar 2018  路  2Comments  路  Source: justadudewhohacks/opencv4nodejs

Amazing package! I see that by default the extra contribution modules are installed alongside opencv, very handy. But it does not appear that most of the (extra) modules have bindings?

Example of a module I'm looking to access: https://github.com/opencv/opencv_contrib/blob/master/modules/saliency

Is the intention that we still need to create our own bindings these modules?

good first issue help wanted

Most helpful comment

I'm attempting a js implementation of the saliency contribution, which seems reasonable despite a few missing functions. Depending how that goes I may end up contributing. Thanks!

All 2 comments

Hi,

The package does not have bindings to all modules and functionality of the OpenCV and OpenCV contrib API, this is the ultimate goal and would be nice to achieve. So far the package has bindings to the extra modules: face, tracking, text, xfeatures2d and ximgproc.

If you want to use modules, that are not existing in the package yet and it's not that urgent, I can add bindings for you in the next release or optimally, if you feel confident to submit a PR, contribution is always highly appreciated :)

I'm attempting a js implementation of the saliency contribution, which seems reasonable despite a few missing functions. Depending how that goes I may end up contributing. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ShadabFaiz picture ShadabFaiz  路  7Comments

Paulito-7 picture Paulito-7  路  5Comments

ryandons picture ryandons  路  4Comments

fildaniels picture fildaniels  路  5Comments

OluAgunloye picture OluAgunloye  路  3Comments