util
Class AsciiReader.PixelMatch

java.lang.Object
  extended by util.AsciiReader.PixelMatch
Enclosing class:
AsciiReader

public static class AsciiReader.PixelMatch
extends Object

Reads two files with 2D points given at the appropriate indices and matches them for the desired precision. On output, the matched vectors are printed as a six column table: x1, y1, x2, y2, dx, dy.


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

Constructor Detail

AsciiReader.PixelMatch

public AsciiReader.PixelMatch()
Method Detail

main

public static void main(String[] arg)