|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectregistration.Correlator
public class Correlator
This class implements static methods for cross-correlating images.
for transformation matrix operations.
Copyright (c) 1999-2003, Michael Abramoff. All rights reserved.| Constructor Summary | |
|---|---|
Correlator()
|
|
| Method Summary | |
|---|---|
static float[] |
xcorr(float[] a,
float[] b,
int width,
int range)
Compute the crosscorrelation image over x for images a and b. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Correlator()
| Method Detail |
|---|
public static float[] xcorr(float[] a,
float[] b,
int width,
int range)
throws java.lang.Exception
a - an imageb - an imagewidth - the width of the image.range - the kernelwidth.
java.lang.ExceptionconvertParametersIntoTransformationMatrix
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||