Skip to content

Automatically exported from code.google.com/p/cv2cg

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

simbaforrest/cv2cg

Repository files navigation

				cv2cg mini-version for apriltag
A lightweight library for computer vision and computer graphics interactions.

1. Download Source
	hg clone https://simba.forrest@code.google.com/p/cv2cg#apriltag apriltag
	cd apriltag

2. Compile

	2.1 Install Dependency Libraries and Tools
		OpenCV >=2.2
		CMake >=2.8
		
	2.2 CMake+make in ubuntu (similarly in windows by CMake+VS2008)
	mkdir build
	cd build
	cmake ..
	make
	sudo make install
	
3. Usage
	AprilTagFinder camera://0

About

Automatically exported from code.google.com/p/cv2cg

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages