org.naokishibata.armarker
Class DrawMarker3

java.lang.Object
  extended by org.naokishibata.armarker.DrawMarker3

public class DrawMarker3
extends java.lang.Object

This is a class for drawing an AccuTag marker. The marker is displayed on the screen while output to "marker.png" file.


Method Summary
static void main(java.lang.String[] args)
          The main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main function. You can specify 12 bits of payload value as the command line argument.

Throws:
java.lang.Exception