-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multi-marker tracking to 2D tracker.
- Loading branch information
1 parent
c70f0ce
commit 8370a5b
Showing
9 changed files
with
306 additions
and
241 deletions.
There are no files selected for viewing
Submodule artoolkitx
updated
10 files
+5 −0 | Release Notes.md | |
+11 −5 | Source/ARX/ARTracker2d.cpp | |
+13 −6 | Source/ARX/ARX_c.cpp | |
+0 −1 | Source/ARX/OCVT/OCVConfig.cpp | |
+0 −1 | Source/ARX/OCVT/OCVConfig.h | |
+111 −86 | Source/ARX/OCVT/PlanarTracker.cpp | |
+5 −0 | Source/ARX/OCVT/include/ARX/OCVT/PlanarTracker.h | |
+3 −3 | Source/ARX/include/ARX/ARTracker2d.h | |
+1 −0 | Source/ARX/include/ARX/ARX_c.h | |
+1 −1 | Source/CMakeLists.txt |
413 changes: 207 additions & 206 deletions
413
Source/Package/Assets/artoolkitX-Unity/Example Scenes/2DScene.unity
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.2 | ||
1.1.3 |