WebARKit development
@kalwalt is already working on this.
Since Nov 6, 2023.
Assessment
This issue has not been assessed yet.
Description
I will make the point of the WebARKit library. Actually it is in the dev branch of this repository, before merging in master and to be officially released it is required to add some important features.
One of the most important feature to add is a better pose matrix solution. We receive the pose matrix from the knn matcher but it needs to be evaluated with a PnP solver. This require a camera matrix for the PnP pose computation, that for now our solution is lacking, and after that use a Kalman filter (or other filter) to stabilize the 6DOF tracking result.
Adding to this: in order to utilize the pose matrix we need a set of functions for GL graphics, to convert the pose matrix as Right hand GL matrix and also a function to compute the Camera Projection matrix.
Summing up, we need to develop:
- camera matrix: implemented a new class WebARKitCamera #22
- PnP solver for the pose matrix.
-
arGLposeMatrixandcameraProjectionMatrix - improve
calcOpticalFlowPyrLKapproach -> done in PR https://github.com/webarkit/WebARKitLib/pull/27 - Kalman filter or OneEuro filter to stabilize the tracking.
- Dominant language
- C++
- Stars
- 21
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from webarkit/WebARKitLib
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
webarkit/WebARKitLib#66 ·
-
bug C/C++ code Emscripten enhancement
webarkit/WebARKitLib#65 · 1 assignee ·
-
enhancement question
webarkit/WebARKitLib#62 · 1 assignee ·
-
C/C++ code Emscripten enhancement
webarkit/WebARKitLib#53 · 1 reaction · 2 assignees ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
webarkit/WebARKitLib#48 ·
All issues in webarkit/WebARKitLib
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·