Releases: justadudewhohacks/opencv4nodejs
Releases · justadudewhohacks/opencv4nodejs
4.14.1
Compare
Sorry, something went wrong.
No results found
4.14.0
Compare
Sorry, something went wrong.
No results found
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
4.13.0
Compare
Sorry, something went wrong.
No results found
features:
Mat.eigen, Mat.solve, Mat.matMul #474
fixes:
4.12.0
Compare
Sorry, something went wrong.
No results found
features:
dnn Net.getLayerNamesm Net.getUnconnectedOutLayers #472
kmeans now works with Point3 #469
fixes:
VideoWriter.fourcc typings #471
4.11.0
Compare
Sorry, something went wrong.
No results found
darknet importer (readNetFromDarknet) + updated readNetFromTensorflow for OpenCV v3.4.0+ #464
4.10.1
Compare
Sorry, something went wrong.
No results found
fixes:
constructor call checks #450
4.10.0
Compare
Sorry, something went wrong.
No results found
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
4.9.1
Compare
Sorry, something went wrong.
No results found
fixes:
Mac OSX Mojave fix #429
Mat.getRegion argument checks #439
4.9.0
Compare
Sorry, something went wrong.
No results found
features:
added bindings for applyColorMap #425
other:
some compiler warning fixes
4.8.0
Compare
Sorry, something went wrong.
No results found
features:
BruteForcerMatcher bindings #404
other:
bumped opencv-build version, auto build installs OpenCV version 3.4.3 now