Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves Homography code and implement drawCorners method #15

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
2 changes: 1 addition & 1 deletion dist/build/opencv_js.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"main": "dist/webarkitCV.js",
"types": "types/src/index.d.ts",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@jest/globals": "^29.7.0",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.2.1",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.13",
"typescript": "^4.9.5",
"webpack": "^5.91.0",
"typedoc": "^0.27.2",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
Expand Down
1 change: 1 addition & 0 deletions dist/src/WebARKitCV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/WebARKitCV.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 28 additions & 11 deletions dist/src/Workers/WebARKitCVWorkers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/Workers/WebARKitCVWorkers.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 18 additions & 10 deletions dist/src/Workers/Worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading