edu.stanford.hci.r3.pattern.calibrate
Class CalibrationEngine

java.lang.Object
  extended by edu.stanford.hci.r3.pattern.calibrate.CalibrationEngine

public class CalibrationEngine
extends java.lang.Object

Aligns two Ink objects to determine the clock offset and parameters for our pattern package.

This software is distributed under the BSD License.


Constructor Summary
CalibrationEngine()
           
 
Method Summary
 void alignInkStrokes(Ink streamedInk, Ink batchedInk)
           
static void main(java.lang.String[] args)
          If you run it from the command line, it asks you to provide two xml files (which are then read in to create Ink objects).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalibrationEngine

public CalibrationEngine()
Method Detail

main

public static void main(java.lang.String[] args)
If you run it from the command line, it asks you to provide two xml files (which are then read in to create Ink objects). Alternatively, you can use this class directly. For example, CalibrationCaptureApp uses it to align two strokes as soon as possible.

Parameters:
args -

alignInkStrokes

public void alignInkStrokes(Ink streamedInk,
                            Ink batchedInk)
Parameters:
streamedInk -
batchedInk -

Copyright 2006 Stanford University