opencv4nodejs

Nodejs bindings to OpenCV 3 and OpenCV 4

MIT License

Downloads
6.8K
Stars
4.9K
Committers
64

Bot releases are hidden (Show)

opencv4nodejs - 5.6.0 Latest Release

Published by justadudewhohacks over 4 years ago

features:

  • Mat.inv() #669
  • cv.waitKeyEx #692

typing fixes:

  • cv.kmeans with Point3 argument #699
  • cv.getTextSize #701
  • cv.putText thickness, lineType parameter order #701
  • keypoint.point -> keypoint.pt #704
opencv4nodejs - 5.5.0

Published by justadudewhohacks almost 5 years ago

features:

  • HistAxes helper class + calcHistAsync #651

fixes:

  • fixed issue in install script causing node-gyp process to crash with ERR_CHILD_PROCESS_STDIO_MAXBUFFER #633
opencv4nodejs - 5.4.0

Published by justadudewhohacks about 5 years ago

features:

  • cv.accumulate, cv.accumulateProduct, cv.accumulateSquare, cv.accumulateSquare, cv.accumulateWeighted #644
opencv4nodejs - 5.3.0

Published by justadudewhohacks about 5 years ago

features:

  • environment variables to configure opencv-build and opencv4nodejs can now be specified in the root package.json of your project

other:

  • improved install script and added more logging
opencv4nodejs - 5.2.0

Published by justadudewhohacks about 5 years ago

features:

opencv4nodejs - 5.1.0

Published by justadudewhohacks over 5 years ago

features:

  • added Vec6 class: #583
opencv4nodejs - 5.0.0

Published by justadudewhohacks over 5 years ago

  • OpenCV 4 support
  • support for building only specific OpenCV modules

internal refactoring:

  • removed the majority of macros to make codebase more maintainable
  • simplified the implementation of bindings to keep boilerplate code to a minimum and make contributions easier
opencv4nodejs - 4.17.0

Published by justadudewhohacks over 5 years ago

features:

  • mat.undistort, cv.undistortPoints #551

fixes:

  • fixed node 12 specific compiler warnings

other:

  • bumped native-node-utils-version
  • some refactoring -> removed macro-inferno dependency
opencv4nodejs - 4.16.0

Published by justadudewhohacks over 5 years ago

fixes:

  • node 12 compatibility
  • bumped native-node-utils-version
opencv4nodejs - 4.15.0

Published by justadudewhohacks over 5 years ago

features:

  • added detect_tresh to KCF Params#536
  • CSRT and MOSSE trackers #537

fixes:

  • fixed HOG segfault issues due to copy constructor on macosx and linux
  • multiTracker.update typings #534

opencv-build:

  • install OpenCV 3.4.6 by default
  • added CUDA flags to build script
opencv4nodejs - 4.14.1

Published by justadudewhohacks over 5 years ago

fixes:

opencv4nodejs - 4.14.0

Published by justadudewhohacks almost 6 years ago

features:

  • mat.guidedFilter from ximgproc #478

fixes:

  • fix various compiler warnings of deprecated v8 API for recent node versions #483
  • getData: check whether mat is a subregion, if so throw an error #485
opencv4nodejs - 4.13.0

Published by justadudewhohacks almost 6 years ago

features:

  • Mat.eigen, Mat.solve, Mat.matMul #474

fixes:

  • Mat.release typing #475
opencv4nodejs - 4.12.0

Published by justadudewhohacks almost 6 years ago

features:

  • dnn Net.getLayerNamesm Net.getUnconnectedOutLayers #472
  • kmeans now works with Point3 #469

fixes:

  • VideoWriter.fourcc typings #471
opencv4nodejs - 4.11.0

Published by justadudewhohacks almost 6 years ago

  • darknet importer (readNetFromDarknet) + updated readNetFromTensorflow for OpenCV v3.4.0+ #464
opencv4nodejs - 4.10.1

Published by justadudewhohacks almost 6 years ago

fixes:

  • constructor call checks #450
opencv4nodejs - 4.10.0

Published by justadudewhohacks almost 6 years ago

features:

  • bindings for opencv threading #445
  • cv.NMSBoxes #447
  • Mat.at now supports array based indexing #447
  • support more arguments for cv.blobFromImage, Net.forward #447

other:

  • EAST Text detection demo #447
opencv4nodejs - 4.9.1

Published by justadudewhohacks almost 6 years ago

fixes:

  • Mac OSX Mojave fix #429
  • Mat.getRegion argument checks #439
opencv4nodejs - 4.9.0

Published by justadudewhohacks about 6 years ago

features:

  • added bindings for applyColorMap #425

other:

  • some compiler warning fixes
opencv4nodejs - 4.8.0

Published by justadudewhohacks about 6 years ago

features:

  • BruteForcerMatcher bindings #404

other:

  • bumped opencv-build version, auto build installs OpenCV version 3.4.3 now