|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbunwarpj.Transformation.EvaluateSimilarityTile
private class Transformation.EvaluateSimilarityTile
Class to run concurrent similarity evaluation
| Field Summary | |
|---|---|
(package private) double |
auxFactorHeight
factor height |
(package private) double |
auxFactorWidth
factor width |
(package private) BSplineModel |
auxSource
current source image |
(package private) Mask |
auxSourceMsk
source mask |
(package private) BSplineModel |
auxTarget
current target image |
(package private) Mask |
auxTargetMsk
target mask |
(package private) double[] |
grad
similarity gradient |
(package private) int |
intervals
number of intervals between B-spline coefficients |
(package private) java.awt.Rectangle |
rect
rectangle containing the area of the image to be evaluated |
(package private) double[] |
result
evaluation results: image similarity value for the current rectangle and number of pixels that have been evaluated |
(package private) BSplineModel |
swx
B-spline deformation in x |
(package private) BSplineModel |
swy
B-spline deformation in y |
| Constructor Summary | |
|---|---|
Transformation.EvaluateSimilarityTile(BSplineModel auxTarget,
BSplineModel auxSource,
Mask auxTargetMsk,
Mask auxSourceMsk,
BSplineModel swx,
BSplineModel swy,
double auxFactorWidth,
double auxFactorHeight,
int intervals,
double[] grad,
double[] result,
java.awt.Rectangle rect)
Evaluate similarity tile constructor |
|
| Method Summary | |
|---|---|
void |
run()
Run method to evaluate the similarity of source and target images. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final BSplineModel auxTarget
final BSplineModel auxSource
final Mask auxTargetMsk
final Mask auxSourceMsk
final BSplineModel swx
final BSplineModel swy
final double auxFactorWidth
final double auxFactorHeight
final int intervals
final double[] grad
final double[] result
final java.awt.Rectangle rect
| Constructor Detail |
|---|
Transformation.EvaluateSimilarityTile(BSplineModel auxTarget,
BSplineModel auxSource,
Mask auxTargetMsk,
Mask auxSourceMsk,
BSplineModel swx,
BSplineModel swy,
double auxFactorWidth,
double auxFactorHeight,
int intervals,
double[] grad,
double[] result,
java.awt.Rectangle rect)
auxTarget - current target imageauxSource - current source imageauxTargetMsk - target maskauxSourceMsk - source maskswx - B-spline deformation in xswy - B-spline deformation in yauxFactorWidth - factor widthauxFactorHeight - factor heightintervals - number of intervals between B-spline coefficientsgrad - similarity gradient (output)result - output results: image similarity value for the current rectangle and number of pixels that have been evaluatedrect - rectangle containing the area of the image to be evaluated| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||