Imp
[using it]
Interface Manipulation Package v4.0 (2008-06-25) a-projector ©copyright Author


imp.ima.util
Class Correl.Displacement

java.lang.Object
  extended by imp.ima.util.Correl.Displacement
Enclosing class:
Correl

public static class Correl.Displacement
extends Object

Defines a local displacement


Field Summary
 double dx
          Horizontal displacement.
 double dy
          Vertical displacement.
 double e2
          Estimation precision in pixel^2.
 int o
          Estimation order: 2 for corners, junctions, blobs; 1 for edges; else 0.
 
Constructor Summary
Correl.Displacement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dx

public double dx
Horizontal displacement.


dy

public double dy
Vertical displacement.


e2

public double e2
Estimation precision in pixel^2.


o

public int o
Estimation order: 2 for corners, junctions, blobs; 1 for edges; else 0.

Constructor Detail

Correl.Displacement

public Correl.Displacement()