- update @u4/opencv-build
- replace tiny-glob by @u4/tiny-glob
- update @u4/opencv-build
- update @u4/opencv-build
- update deps including @u4/opencv-build
- autobuild now work out of the box on common setup. (chocolatey, brew, apt)
- fix error message annalyse in cvLoader
- add startWindowThread()
- PR UrielCh#37
- add support for 1, 3 and 4 dimmentionals Mat
- improve debug binding usability
- fix issues/33
- dump deps versions
- improve dry-run
- add toMatTypeName() function
- add template samples
- add cv.getScoreMax()
- add cv.dropOverlappingZone()
- add Net.dump() mapping
- 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
- fix linux build regression PR14
- 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
- fix ambiguous typing
- restructure examples
- add some bindings
- add AgeGender from spmallick/learnopencv
- add ObjectDetection-YOLO from spmallick/learnopencv
- [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
- fix missing imports
- 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
- add highgui modules
- add setWindowProperty, getWindowProperty, setWindowTitle function
- update cpp standard version to fix modern electron support
- enable nan module worker
- compatible with electron 9+
- add --vscode argument to generate vscode c_cpp_properties.json
- add support for Electron
- cleaner logs
- bump dependence versions inclkuding @u4/[email protected]
- Fix typyings in Net.d.ts