Alexander Alekhin
|
a97f6f8058
|
js: support setLogLevel() / getLogLevel() calls
|
4 years ago |
Ziachnix
|
960f501cc1
|
Merge pull request #19284 from Ziachnix:feature/js-qr-code-detector
Add QRCodeDetector to JavaScript Build
* ADD: js support for qrCodeDetector
- cherry picked commit to solve rebase error
* CHG. Revert haarcascade path
* FIX: Tests without images
* ADD: decodeCurved
* js(docs): don't require OPENCV_TEST_DATA_PATH
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
|
4 years ago |
Alexander Alekhin
|
a6f14ca97c
|
js(build): fix generator with Python3
- class_info.props is a 'list'
|
4 years ago |
Steffen Urban
|
c2bc171ef6
|
js: backport PR18985
original commit: b82700ae41
|
4 years ago |
Alexander Alekhin
|
f8740e124c
|
js: robust code generation
- avoid randomized output due to unpredictable dict/set order
|
4 years ago |
Steffen Urban
|
b82700ae41
|
Merge pull request #18985 from ZEISS:feature/aruco_js_fix
Aruco javascript fix and added functionality
* whitespace
* updated docu. updated regexp.
* update docu
* embindgen regex
* removed parser arg
* remove whitespace
* removed aruco hint
* remove whitespace
* removed aruco hint
* new docu string
* removed extra line
* remove whitespace
* removed aruco hint
* new docu string
* removed extra line
|
4 years ago |
Alexander Alekhin
|
7e5c4fe1cd
|
cmake(js): update js targets
- unconditional js bindings source code generation
- use common name for tests: opencv_test_js
|
4 years ago |