vec_math
Class ImageMoments.DualIndex
java.lang.Object
vec_math.ImageMoments.DualIndex
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ImageMoments
private static class ImageMoments.DualIndex
- extends Object
- implements Serializable
Helper class that combines to integer indices, both hermitian, to a
single key.
|
Field Summary |
private int |
x0
First, x, index. |
private int |
y0
Second, y, index. |
x0
private int x0
- First, x, index.
y0
private int y0
- Second, y, index.
ImageMoments.DualIndex
private ImageMoments.DualIndex(int x,
int y)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object that)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object