Skip to content

Latest commit

 

History

History
128 lines (93 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

128 lines (93 loc) · 3.36 KB

changelog

Version 6.4.2

  • update dependencies

Version 6.4.1

  • add Mat.ones
  • add Mat.zeros
  • start splitting tests.

Version 6.4.0

  • refactor test
  • fix types errors
  • add img_hash PR#65
  • use new @u4/opencv-build@0.7.3 (unnecessary builds, add a sym-link latest build directory)

Version 6.3.0

  • use new @u4/opencv-build@0.6.1
  • improve cuda support add --cudaArch <value> to choose your cuda target, for example I use --cudaArch=8.6 for my RTX 3060, check https://en.wikipedia.org/wiki/CUDA for full list.
  • build-opencv support a new action: list that will list ixisting openCV build
  • build-opencv auto will not rebuild anything if the current build is working

Version 6.2.5

  • update @u4/opencv-build
  • replace tiny-glob by @u4/tiny-glob

Version 6.2.4

  • update @u4/opencv-build

Version 6.2.3

  • update @u4/opencv-build

Version 6.2.2

  • update deps including @u4/opencv-build
  • autobuild now work out of the box on common setup. (chocolatey, brew, apt)

Version 6.2.1

  • fix error message annalyse in cvLoader
  • add startWindowThread()

Version 6.2.0

  • PR UrielCh#37
  • add support for 1, 3 and 4 dimmentionals Mat
  • improve debug binding usability

Version 6.1.6

  • fix issues/33

Version 6.1.5

  • dump deps versions
  • improve dry-run
  • add toMatTypeName() function
  • add template samples
  • add cv.getScoreMax()
  • add cv.dropOverlappingZone()
  • add Net.dump() mapping

Version 6.1.4

  • Tested an works with all openCV version from 3.2.0 to 4.5.5
  • small patches
  • new build system, retrocompatible with origial justadudewhohacks/opencv4nodejs

Version 6.1.3

  • fix linux build regression PR14

Version 6.1.2

  • add --node-gyp-options=<options> param in compilation script PR11
  • add doc in code
  • rename _binding.gyp to binding.gyp and add a dummy "install" script
  • add missing dev dependency
  • improve compilation output log
  • improve --dry-run mode
  • bump dependencies versions

Version 6.1.1

Version 6.1.0

  • [breaking change] build-opencv action argument build is now renamed rebuild, and build, clean, configure ar now available.
  • [breaking change] build-opencv -j alias of --job if gone
  • testing are now converted to Typescript
  • fix Typing
  • fix getRegion() cordump
  • add doc

Version 6.0.12

  • fix missing imports

Version 6.0.11

  • fix drawUtils.ts code
  • use @u4/opencv-build 0.4.3
  • add some more cv types
  • start refactor cv.d.ts
  • drop enum usage type WND_PROP

Version 6.0.10

  • add highgui modules
  • add setWindowProperty, getWindowProperty, setWindowTitle function
  • update cpp standard version to fix modern electron support

Version 6.0.9

  • enable nan module worker
  • compatible with electron 9+
  • add --vscode argument to generate vscode c_cpp_properties.json

Version 6.0.8

  • add support for Electron
  • cleaner logs

Version 6.0.7