Skip to content

Avatarchik/artoolkit_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                  +----------------------+
                  |   artoolkit_utils    |
                  +----------------------+

ARToolKit ( http://www.hitl.washington.edu/artoolkit/ ) is a computer tracking
library for creation of augmented reality applications that overlay virtual
imagery on the real world.

It works with so-called pattern files, representing the visual appearance of
the markers. These patterns are then searched in the input stream of image.

Two programs are given here:
* One can transform color or BW images into ARToolkit patterns.
* One can transform ARToolKit patterns into images for visualizing them

It requires OpenCV and curl.

License :                  see the LICENSE file.
Authors :                  see the AUTHORS file.
How to build the program:  see the INSTALL file.

________________________________________________________________________________

How to use the program
________________________________________________________________________________
To display the help,
run the generated executables 'artoolkit_img2patt'
or 'artoolkit_patt2img' with no arguments.
It will display the help of the program.

About

Two useful programs for ARToolkit patterns, one can transform color or BW images into ARToolkit patterns, one that can transform ARToolKit patterns into images for visualizing them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%