|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbunwarpj.MiscTools.GrayscaleApplyTransformTile
private static class MiscTools.GrayscaleApplyTransformTile
Class to apply transformation to grayscale images in a concurrent way
| Field Summary | |
|---|---|
private ij.process.FloatProcessor |
fp
resulting float processor containing the transformed area |
(package private) int |
intervals
number of intervals between B-spline coefficients |
(package private) java.awt.Rectangle |
rect
area of the image to be transformed in this thread |
(package private) BSplineModel |
source
current source image |
(package private) BSplineModel |
swx
B-spline deformation in x |
(package private) BSplineModel |
swy
B-spline deformation in y |
(package private) int |
targetCurrentHeight
target current height |
(package private) int |
targetCurrentWidth
target current width |
| Constructor Summary | |
|---|---|
MiscTools.GrayscaleApplyTransformTile(BSplineModel swx,
BSplineModel swy,
BSplineModel source,
int targetCurrentWidth,
int targetCurrentHeight,
int intervals,
java.awt.Rectangle rect,
ij.process.FloatProcessor fp)
Constructor for grayscale image transform |
|
| Method Summary | |
|---|---|
void |
run()
Run method to update the intermediate window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final BSplineModel swx
final BSplineModel swy
final BSplineModel source
final int targetCurrentWidth
final int targetCurrentHeight
final int intervals
final java.awt.Rectangle rect
private final ij.process.FloatProcessor fp
| Constructor Detail |
|---|
MiscTools.GrayscaleApplyTransformTile(BSplineModel swx,
BSplineModel swy,
BSplineModel source,
int targetCurrentWidth,
int targetCurrentHeight,
int intervals,
java.awt.Rectangle rect,
ij.process.FloatProcessor fp)
swx - B-spline deformation in xswy - B-spline deformation in ysource - current source imagetargetCurrentWidth - target current widthtargetCurrentHeight - target current heightintervals - number of intervals between B-spline coefficientsrect - rectangle containing the area of the image to be transformedfp - resulting float processor (output)| 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 | ||||||||