|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VolumeJ.VJReconstructor
VJReconstructor reconstructs volumes in an ImageJ stack of any anisotropy along any axis. It can scale and rotate. It can also create hypervolumes (multiple volumes in one stack) by setting the length parameter. Interpolation is trilinear except for the last slice, where trilinear is impossible and nearest neighborhood is used (instead of losing a slice).
Field Summary | |
protected int |
depth
|
protected int |
height
|
protected int |
ioffset
|
protected int |
joffset
|
protected int |
koffset
|
protected VJMatrix |
mi
|
protected VolumeShort |
v
|
protected int |
width
|
Constructor Summary | |
VJReconstructor()
|
Method Summary | |
void |
setup(Volume v,
VJMatrix m)
Setup the reconstructor for a specific viewport size width and height. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected VolumeShort v
protected VJMatrix mi
protected int width
protected int height
protected int depth
protected int ioffset
protected int joffset
protected int koffset
Constructor Detail |
public VJReconstructor()
Method Detail |
public void setup(Volume v, VJMatrix m)
v
- the volume to be reconstructed.m
- the transformation matrix.
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |