Skip to content

Commit 4fbb9ec

Browse files
authored
Small upgrades (#27)
* small packages and deps upgrades * output from log for p1 is always NaN NaN * fixed NaN bug, but points(p1, p2, p3, p4) are almost negative * testing opencv 4.10.0 version * improves to viewMatrix_GL and related code * improved getTransformationMatrix function to be tested * testing getTransformationMatrix function * update WebARKitLib subproject to latest commit * add LICENSE file for WebARKit.js and update Babel and Webpack dependencies * Concurrently multiply Matrices and transform Point - modernizing codebase by replacing var with let and const * update dependencies and correct license information for regenerator-runtime * update OpenCV version in README to 4.10.0
1 parent ff6e47a commit 4fbb9ec

22 files changed

Lines changed: 12754 additions & 18413 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/*.bc
22
node_modules
33
opencv-em
4-
opencv_js
4+
opencv_js
5+
.idea

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a repository testing for [**WebARKit**](https://github.com/webarkit). Th
1515

1616
### Pre-requisites
1717

18-
You need emscripten `3.1.26` because OpenCV may be built with this version. We are using our OpenCV (4.7.0) forked version.
18+
You need emscripten `3.1.26` because OpenCV may be built with this version. We are using our OpenCV (4.10.0) forked version.
1919

2020
### Instructions
2121

0 commit comments

Comments
 (0)