|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbunwarpj.Transformation.EvaluateConsistencyTile
private class Transformation.EvaluateConsistencyTile
Class to run concurrent consistency evaluation
| Field Summary | |
|---|---|
(package private) double[] |
grad_direct
output direct gradient array |
(package private) double[] |
grad_inverse
output inverse gradient array |
(package private) java.awt.Rectangle |
rect_source
rectangle marking the source area to be evaluated |
(package private) java.awt.Rectangle |
rect_target
rectangle marking the target area to be evaluated |
(package private) double[] |
result
direct and inverse consistency error values and number of pixels (f_dir, n_dir, f_inv, n_inv) |
(package private) Transformation |
transf
transformation object, it contains all the registration information |
| Constructor Summary | |
|---|---|
Transformation.EvaluateConsistencyTile(Transformation transf,
double[] grad_direct,
double[] grad_inverse,
double[] result,
java.awt.Rectangle rect_target,
java.awt.Rectangle rect_source)
Evaluate consistency tile constructor |
|
| Method Summary | |
|---|---|
void |
run()
Run method to evaluate the transformation consistency between 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 Transformation transf
final double[] grad_direct
final double[] grad_inverse
final double[] result
final java.awt.Rectangle rect_target
final java.awt.Rectangle rect_source
| Constructor Detail |
|---|
Transformation.EvaluateConsistencyTile(Transformation transf,
double[] grad_direct,
double[] grad_inverse,
double[] result,
java.awt.Rectangle rect_target,
java.awt.Rectangle rect_source)
transf - transformation object, it contains all the registration informationgrad_direct - output direct gradient arraygrad_inverse - output inverse gradient arrayresult - direct and inverse consistency error values and number of pixels (f_dir, n_dir, f_inv, n_inv)rect_target - rectangle marking the target area to be evaluatedrect_source - rectangle marking the source area 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 | ||||||||