node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

Extend binding functionality

Open jorgelahoz opened this issue 11 years ago • 1 comments

  • Added objects bindings from https://bitbucket.org/Lior/node-opencv like Algorithm, KeyPoint or Feature2D
  • Added new objects bindings like DMatch, DescriptorMatcher, …
  • Extend functions bindings of Matrix like convertHSVscale, boxFilter, type, equalizeHist, …
  • Added Node.js objects descriptions (prototype.inspect) for Keypoint and DMatch

jorgelahoz avatar Sep 01 '14 18:09 jorgelahoz

A lot of work in this one 👍 It needs examples/unit tests, and to be rebased. @jorgelahoz still interested in getting this merged?

danschultzer avatar Sep 22 '16 19:09 danschultzer