public final class Volume_Viewer extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
Volume_Viewer() |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
get3DVisualization(ij.ImagePlus newImp,
boolean showTF,
int renderMode,
int interpolationMode,
Color backgroundColor,
int lutNr,
float sampling,
float dist,
boolean showAxes,
boolean showSlices,
boolean showClipLines,
float scale,
float angleX,
float angleY,
float angleZ,
int alphaMode,
int windowWidthImageRegion,
int windowHeight,
boolean useLight,
float ambientValue,
float diffuseValue,
float specularValue,
float shineValue,
float objectLightValue,
int lightRed,
int lightGreen,
int lightBlue,
float rotationLightX,
float rotationLightY) |
static void |
main(String[] args) |
void |
run(String args) |
float[] |
trLightScreen2Vol(float xS,
float yS,
float zS) |
float[] |
trLightVolume2Screen(float xV,
float yV,
float zV) |
float[] |
trScreen2Vol(float xS,
float yS,
float zS) |
float[] |
trScreen2Volume(float[] xyzS) |
float[] |
trVolume2Screen(float[] xyzV) |
float[] |
trVolume2Screen(float xV,
float yV,
float zV) |
public static void main(String[] args)
public void run(String args)
run
in interface ij.plugin.PlugIn
public ij.ImagePlus get3DVisualization(ij.ImagePlus newImp, boolean showTF, int renderMode, int interpolationMode, Color backgroundColor, int lutNr, float sampling, float dist, boolean showAxes, boolean showSlices, boolean showClipLines, float scale, float angleX, float angleY, float angleZ, int alphaMode, int windowWidthImageRegion, int windowHeight, boolean useLight, float ambientValue, float diffuseValue, float specularValue, float shineValue, float objectLightValue, int lightRed, int lightGreen, int lightBlue, float rotationLightX, float rotationLightY)
public float[] trScreen2Vol(float xS, float yS, float zS)
public float[] trScreen2Volume(float[] xyzS)
public float[] trVolume2Screen(float[] xyzV)
public float[] trVolume2Screen(float xV, float yV, float zV)
public float[] trLightScreen2Vol(float xS, float yS, float zS)
public float[] trLightVolume2Screen(float xV, float yV, float zV)
Copyright © 2015–2021 Fiji. All rights reserved.