All Versions
20
Latest Version
Avg Release Cycle
227 days
Latest Release
-

Changelog History
Page 2

  • v1.0.0 Changes

    October 11, 2014

    ๐Ÿš€ Ok, let's do a proper semver release :)

    ๐Ÿš€ The big news in this release is that thanks to some amazing work by @kaosat-dev, node-opencv now works with node 0.11.

    There's also some general tidying up, including the examples by marcbachmann

    Thanks all!

  • v0.7.0 Changes

    Matrix constructors, and contour access from @oskardahlberg and @emallson.

  • v0.6.0 Changes

    โšก๏ธ Many updates from the community, thank you to all.

    Especially: @oskardahlberg, @salmanulhaq, @jcao75, @psayre23, @jhludwig , @coolblade, @ytham, @morganrallen and anyone I inadvertantly missed.

  • v0.5.0 Changes

    ๐Ÿ›  Lots more opencv functions added, and bugfixes from a large number of contributors. Thanks to all of them!

    • ๐Ÿ‘ Allow args for HoughLinesP by @clkao in #112
    • matchTemplate and minMaxLoc by @ytham in #108
    • โšก๏ธ updated blockingWaitKey by @hybridgroup in #98
  • v0.4.0

    December 24, 2013
  • v0.0.13 Changes

    ( missing description... )

  • v0.0.12 Changes

    • ๐Ÿ‘ฏ Matrix clone()
    • ๐Ÿ‘ NamedWindow Support
  • v0.0.11 Changes

    • ๐Ÿ› Bug Fixes
    • ImageStream becomes ImageDataStream, and new ImageStream allows multiple images to be streamed as matrices, for example, with an object detection stream.
    • ๐Ÿ“š @ryansouza improved documentation
    • Correcting matrix constructor (thanks @gluxon)
    • @Michael Smith expanded Contours functionality.

    Thanks all!

  • v0.0.10 Changes

    • ๐Ÿ› Bug Fixes
    • @Contra added code that allows thickness and color args for ellipse
    • ๐Ÿ‘ Camshift Support
    • @jtlebi added bindings for erode, gaussianBlur, arcLength, approxPolyDP, isConvex, cornerCount
    • @gluxon added bindings for inRange

    Thanks everyone!

  • v0.0.9 Changes

    • toBuffer can now take a callback and be run async (re #21)