Package | Description |
---|---|
landmarks | |
vib.oldregistration |
Modifier and Type | Method and Description |
---|---|
static NamedPointSet |
NamedPointSet.forImage(ij.ImagePlus imagePlus) |
static NamedPointSet |
NamedPointSet.forImage(ij.ImagePlus imagePlus,
String imageFilename) |
static NamedPointSet |
NamedPointSet.forImage(String imageFilename) |
static NamedPointSet |
NamedPointSet.fromBufferedReader(BufferedReader br,
ij.ImagePlus imagePlus,
String imageFilename) |
static NamedPointSet |
NamedPointSet.fromFile(File f) |
static NamedPointSet |
NamedPointSet.fromFile(File f,
ij.ImagePlus imagePlus,
String imageFilename) |
static NamedPointSet |
NamedPointSet.fromFile(String pointsFilename) |
static NamedPointSet |
NamedPointSet.fromFile(String pointsFilename,
ij.ImagePlus imagePlus,
String imageFilename) |
static NamedPointSet |
NamedPointSet.fromString(String s) |
static NamedPointSet |
NamedPointSet.fromString(String s,
ij.ImagePlus imagePlus,
String imageFilename) |
NamedPointSet |
NamedPointSet.transformPointsWith(OrderedTransformations o) |
Modifier and Type | Method and Description |
---|---|
static FastMatrix |
AffineFromLandmarks.bestBetweenPoints(NamedPointSet points0,
ij.ImagePlus image0,
NamedPointSet points1,
ij.ImagePlus image1) |
boolean |
NamedPointSet.equals(NamedPointSet other) |
static double |
AffineFromLandmarks.evaluateFastMatrix(FastMatrix fm,
NamedPointSet from,
NamedPointSet to) |
void |
BooksteinFromLandmarks.generateTransformation(NamedPointSet points0,
NamedPointSet points1) |
ArrayList<String> |
NamedPointSet.namesSharedWith(NamedPointSet other) |
ArrayList<String> |
NamedPointSet.namesSharedWith(NamedPointSet other,
boolean onlySetPoints) |
ij.ImagePlus |
RigidFromLandmarks.register(NamedPointSet points0,
NamedPointSet points1) |
ij.ImagePlus |
BooksteinFromLandmarks.register(NamedPointSet points0,
NamedPointSet points1) |
ij.ImagePlus |
AffineFromLandmarks.register(NamedPointSet points0,
NamedPointSet points1) |
Constructor and Description |
---|
CandidateAffine(NamedPointSet from,
NamedPointSet to,
double sizeOfLargestDimension) |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
RegistrationAlgorithm.register(NamedPointSet templatePointSet,
NamedPointSet floatingPointSet) |
Copyright © 2015–2021 Fiji. All rights reserved.