Package | Description |
---|---|
vib | |
vib.app | |
vib.app.module |
Modifier and Type | Method and Description |
---|---|
static FloatMatrix |
FloatMatrix.average(FloatMatrix[] array) |
static FloatMatrix |
FloatMatrix.bestLinear(Point3d[] x,
Point3d[] y) |
static FloatMatrix |
FloatMatrix.bestRigid(Point3d[] set1,
Point3d[] set2)
Find the best rigid transformation from set1 to set2.
|
static FloatMatrix |
FloatMatrix.bestRigid(Point3d[] set1,
Point3d[] set2,
boolean allowScaling) |
FloatMatrix |
FloatMatrix.composeWith(FloatMatrix followedBy) |
FloatMatrix |
FloatMatrix.copyFrom(FloatMatrix f) |
FloatMatrix[] |
FloatMatrix.decompose() |
static FloatMatrix |
FloatMatrix.fromCalibration(ij.ImagePlus image) |
FloatMatrix |
FloatMatrix.inverse() |
static FloatMatrix[] |
FloatMatrix.parseMatrices(String m) |
static FloatMatrix |
FloatMatrix.parseMatrix(String m) |
FloatMatrix |
FloatMatrix.plus(FloatMatrix other) |
static FloatMatrix |
FloatMatrix.rotate(float angle,
int axis) |
static FloatMatrix |
FloatMatrix.rotateAround(float nx,
float ny,
float nz,
float angle) |
static FloatMatrix |
FloatMatrix.rotateEuler(float a1,
float a2,
float a3) |
static FloatMatrix |
FloatMatrix.rotateEulerAt(float a1,
float a2,
float a3,
float cx,
float cy,
float cz) |
static FloatMatrix |
FloatMatrix.rotateFromTo(float aX,
float aY,
float aZ,
float bX,
float bY,
float bZ) |
static FloatMatrix |
FloatMatrix.rotateToAlignVectors(float[] v2_template,
float[] v1_template,
float[] v2_domain,
float[] v1_domain) |
FloatMatrix |
FloatMatrix.scale(float x,
float y,
float z) |
FloatMatrix |
FloatMatrix.times(FloatMatrix o) |
static FloatMatrix |
FloatMatrix.translate(float x,
float y,
float z) |
static FloatMatrix |
FloatMatrix.translateToCenter(ij.ImagePlus image) |
Modifier and Type | Method and Description |
---|---|
static FloatMatrix |
FloatMatrix.average(FloatMatrix[] array) |
FloatMatrix |
FloatMatrix.composeWith(FloatMatrix followedBy) |
FloatMatrix |
FloatMatrix.copyFrom(FloatMatrix f) |
FastMatrix |
FastMatrix.copyFrom(FloatMatrix f) |
boolean |
FloatMatrix.equals(FloatMatrix other) |
void |
DiffusionInterpol2.initialize(ij.ImagePlus image,
ij.ImagePlus templateLabels,
ij.ImagePlus model,
FloatMatrix[] labelTransformations,
boolean reuse,
boolean remember,
float tolerance) |
FloatMatrix |
FloatMatrix.plus(FloatMatrix other) |
FloatMatrix |
FloatMatrix.times(FloatMatrix o) |
Constructor and Description |
---|
FloatMatrix(FloatMatrix f) |
Modifier and Type | Method and Description |
---|---|
FloatMatrix |
ImageMetaData.getMatrix(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ImageMetaData.setMatrix(String name,
FloatMatrix matrix) |
Modifier and Type | Method and Description |
---|---|
FloatMatrix |
State.getTransformMatrix(int index) |
Copyright © 2015–2021 Fiji. All rights reserved.