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

Changelog History
Page 1

  • v7.0.0 Changes

    • ๐Ÿ‘Œ Support Node v12 thanks to @guangmingwan
    • ๐Ÿ‘Œ Support OpenCV 4 thanks to @grandpaul
  • v6.3.0 Changes

    • Housekeeping
  • v6.2.0 Changes

    • โœ‚ Remove prebuilt binaries
    • Housekeeping
    • ๐Ÿ”’ Security fix.
  • v6.0.0 Changes

    September 23, 2016

    โœจ Enhancements

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  @dominikdolancic fixed image load issue in matrix.matchTemplate().
    • ๐Ÿ›  @AwooOOoo fixed type_info errors in Visual Studio with std namespace pollution.
    • ๐Ÿ‘ท @mvines fixed issue that prevented AsyncSaveWorker from using de-allocated memory.
    • ๐Ÿ›  @mcwhittemore fixed dissimilarity example image load.
    • ๐Ÿ›  @saoron fixed dead index.html documentup source.
    • ๐Ÿ›  @andreasgal fixed an issue with matrix.crop (and potentially others), where matrix.getData ends up returning less than full matrix.
    • โœ… @danschultzer fixed examples/test.js channel issue, and problematic Vec3b casting (instead of Vec3f) in matrix.set.

    Backwards incompatible changes

    • @dxprog changed readImage to load image with CV_LOAD_IMAGE_UNCHANGED instead of CV_LOAD_IMAGE_COLOR. The latter returned the image as 3-channel.
    • ๐Ÿš€ @danschultzer changed VideoCapture.close to VideoCapture.release.

    Thanks to all, also a massive thanks to @danschultzer for helping get the open
    tickets and PR's under control.

  • v5.0.0 Changes

    February 09, 2016
    • ๐Ÿ‘ @mvines and @svogl started working on OpenCV 3.x support.
    • @sirotenko added a getFrameCount method
    • @vaceta implemented getFrameAt
    • @jainanshul improved some methods
    • ๐Ÿ @cascade256 improved the windows build

    ๐Ÿ›  Plus fixes from @banterability, @punnerud, @vargad etc. Thanks all.

  • v4.0.0 Changes

    I've been super slow releasing this one, and there's a ton of new stuff.

    โฌ†๏ธ Importantly, @keeganbrown managed to upgrade nan to 2.0.9 so this should work with newer versions of node.

    Also a ton of new bindings from @jainanshul

    Thanks to the many contributors I haven't named too.

  • v3.2.0 Changes

    ๐Ÿ›  Bugfixes from @mvines and @dropfen. Thanks!

  • v3.1.0 Changes

    ๐Ÿ›  Many bugfixes from @queuecumber, @emanuelandrada, @thomashoffmann1979, @paulmorrishill, @zankich, @morganrallen and @AVVS.

  • v3.0.0 Changes

    February 11, 2015

    ๐Ÿš€ You wait ages for a release, and 2 come along at once...

    This one is awesome. It adds prebuilt binaries, so you don't need ๐Ÿ— to build opencv for the common platforms.

    Many many thanks to @edgarsilva for awesome work here, and http://hybridgroup.com/ for hosting the binaries

  • v2.0.0 Changes

    • ๐Ÿ‘Œ Support for node 0.12
    • Camera Calibration Functions from @queuecumber
    • ๐Ÿ›  Fix for Nan 1.5.1 from @IMGNRY
    • ๐Ÿ— More build fixes from @scanlime
    • Matrix crop prototype from @dbpieter
    • ๐Ÿ›  Many fixes from @madshall

    Thanks to everyone that contributed!