Package | Description |
---|---|
mpicbg.pointdescriptor.test | |
mpicbg.spim.fusion | |
mpicbg.spim.vis3d | |
spim.vecmath |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Point3f> |
TestPointDescriptor.getBoundingBox(float start,
float end) |
Modifier and Type | Field and Description |
---|---|
protected Point3f |
SPIMImageFusion.location000 |
protected Point3f |
SPIMImageFusion.max |
protected Point3f |
SPIMImageFusion.min |
protected Point3f |
SPIMImageFusion.size |
Modifier and Type | Method and Description |
---|---|
Point3f |
SPIMImageFusion.getOutputImageMaxCoordinate() |
Point3f |
SPIMImageFusion.getOutputImageMinCoordinate() |
Point3f |
SPIMImageFusion.getOutputImageSize() |
Modifier and Type | Method and Description |
---|---|
static void |
SPIMImageFusion.computeImageSize(ArrayList<ViewDataBeads> views,
Point3f min,
Point3f max,
Point3f size,
int scale,
int cropSizeX,
int cropSizeY,
int cropSizeZ,
int debugLevel) |
static void |
PreDeconvolutionFusionSequential.computeOverlap(Image<FloatType> overlap,
ArrayList<ViewDataBeads> views,
ViewStructure viewStructure,
int cropOffsetX,
int cropOffsetY,
int cropOffsetZ,
int scale,
Point3f min) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Point3f> |
VisualizationFunctions.getBoundingBox(float minX,
float maxX,
float minY,
float maxY,
float minZ,
float maxZ) |
static ArrayList<Point3f> |
VisualizationFunctions.getBoundingBox(int[] fr,
int[] to) |
static ArrayList<Point3f> |
VisualizationFunctions.getBoundingBox(ViewDataBeads view) |
static ArrayList<Point3f> |
VisualizationFunctions.getTransformedBoundingBox(ViewDataBeads view) |
static ArrayList<Point3f> |
VisualizationFunctions.makeArrow(Point3f from,
Point3f to,
float arrowHeadAngle,
float arrowHeadLength) |
Modifier and Type | Method and Description |
---|---|
protected static void |
VisualizationFunctions.computeArrowLines(ArrayList<Point3f> list,
Point3f to,
Vector3f v,
Vector3f a,
Vector3f b,
float arrowHeadAngle,
float arrowHeadLength) |
static ArrayList<Point3f> |
VisualizationFunctions.makeArrow(Point3f from,
Point3f to,
float arrowHeadAngle,
float arrowHeadLength) |
Modifier and Type | Method and Description |
---|---|
protected static void |
VisualizationFunctions.computeArrowLines(ArrayList<Point3f> list,
Point3f to,
Vector3f v,
Vector3f a,
Vector3f b,
float arrowHeadAngle,
float arrowHeadLength) |
Modifier and Type | Method and Description |
---|---|
float |
Point3f.distance(Point3f p1)
Computes the distance between this point and point p1.
|
float |
Point3f.distanceL1(Point3f p1)
Computes the L-1 (Manhattan) distance between this point and point p1.
|
float |
Point3f.distanceLinf(Point3f p1)
Computes the L-infinite distance between this point and point p1.
|
float |
Point3f.distanceSquared(Point3f p1)
Computes the square of the distance between this point and point p1.
|
void |
Transform3D.transform(Point3f point)
Transforms the point parameter with this transform and places the result
back into point.
|
void |
Matrix4f.transform(Point3f point)
Transforms the point parameter with this Matrix4f and places the result
back into point.
|
void |
Matrix4d.transform(Point3f point)
Transforms the point parameter with this Matrix4d and places the result
back into point.
|
void |
Transform3D.transform(Point3f point,
Point3f pointOut)
Transforms the point parameter with this transform and places the result
into pointOut.
|
void |
Matrix4f.transform(Point3f point,
Point3f pointOut)
Transforms the point parameter with this Matrix4f and places the result
into pointOut.
|
void |
Matrix4d.transform(Point3f point,
Point3f pointOut)
Transforms the point parameter with this Matrix4d and places the result
into pointOut.
|
Constructor and Description |
---|
Point3d(Point3f p1)
Constructs and initializes a Point3d from the specified Point3f.
|
Point3f(Point3f p1)
Constructs and initializes a Point3f from the specified Point3f.
|
Copyright © 2015–2021 Fiji. All rights reserved.