Releases: justadudewhohacks/opencv4nodejs
Releases · justadudewhohacks/opencv4nodejs
5.6.0
13 May 10:29
Compare
Sorry, something went wrong.
No results found
features:
typing fixes:
cv.kmeans with Point3 argument #699
cv.getTextSize #701
cv.putText thickness, lineType parameter order #701
keypoint.point -> keypoint.pt #704
5.5.0
18 Nov 13:40
Compare
Sorry, something went wrong.
No results found
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
5.4.0
18 Oct 16:49
Compare
Sorry, something went wrong.
No results found
features:
cv.accumulate, cv.accumulateProduct, cv.accumulateSquare, cv.accumulateSquare, cv.accumulateWeighted #644
5.3.0
22 Sep 16:17
Compare
Sorry, something went wrong.
No results found
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
5.2.0
23 Aug 09:17
Compare
Sorry, something went wrong.
No results found
5.1.0
28 Jun 19:08
Compare
Sorry, something went wrong.
No results found
5.0.0
18 Jun 14:32
Compare
Sorry, something went wrong.
No results found
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
4.17.0
23 May 16:01
Compare
Sorry, something went wrong.
No results found
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
4.16.0
12 May 11:58
Compare
Sorry, something went wrong.
No results found
fixes:
node 12 compatibility
bumped native-node-utils-version
4.15.0
30 Apr 19:20
Compare
Sorry, something went wrong.
No results found
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