Package | Description |
---|---|
features |
Modifier and Type | Method and Description |
---|---|
ComputeCurvatures.FloatArray3D |
ComputeCurvatures.FloatArray3D.clone() |
ComputeCurvatures.FloatArray3D |
ComputeCurvatures.computeGaussianFastMirror(ComputeCurvatures.FloatArray3D input,
float sigma,
GaussianGenerationCallback callback,
ij.measure.Calibration calibration)
This method does the gaussian filtering of an 3D image.
|
ComputeCurvatures.FloatArray3D |
ComputeCurvatures.StackToFloatArray(ij.ImageStack stack)
This method convertes an ImageJ image stack to my FloatArray3D,
which is a one dimensional structure with methods for 3D access
|
Modifier and Type | Method and Description |
---|---|
ComputeCurvatures.FloatArray3D |
ComputeCurvatures.computeGaussianFastMirror(ComputeCurvatures.FloatArray3D input,
float sigma,
GaussianGenerationCallback callback,
ij.measure.Calibration calibration)
This method does the gaussian filtering of an 3D image.
|
double[][] |
ComputeCurvatures.computeHessianMatrix3DDouble(ComputeCurvatures.FloatArray3D img,
int x,
int y,
int z,
double sigma,
float sepX,
float sepY,
float sepZ)
This method computes the Hessian Matrix for the 3x3x3 environment of a certain voxel
The 3D Hessian Matrix: xx xy xz yx yy yz zx zy zz |
float[][] |
ComputeCurvatures.computeHessianMatrix3DFloat(ComputeCurvatures.FloatArray3D img,
int x,
int y,
int z,
double sigma,
float sepX,
float sepY,
float sepZ)
This method computes the Hessian Matrix for the 3x3x3 environment of a certain voxel
The 3D Hessian Matrix: xx xy xz yx yy yz zx zy zz |
ij.ImagePlus |
ComputeCurvatures.FloatArrayToStack(ComputeCurvatures.FloatArray3D image,
String name,
float min,
float max)
This method converts my FloatArray3D to an ImageJ image stack packed into an ImagePlus
|
Copyright © 2015–2021 Fiji. All rights reserved.