public class RigidRegistration extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
verbose |
Constructor and Description |
---|
RigidRegistration() |
Modifier and Type | Method and Description |
---|---|
static String |
getLastResult() |
static int |
guessLevelFromWidth(int width) |
FastMatrix |
rigidRegistration(TransformedImage trans,
String materialBBox,
String initial,
int mat1,
int mat2,
boolean noOptimization,
int level,
int stopLevel,
double tolerance,
int nInitialPositions,
boolean showTransformed,
boolean showDifferenceImage,
boolean fastButInaccurate,
ArrayList<ij.ImagePlus> alsoTransform) |
public static int guessLevelFromWidth(int width)
public FastMatrix rigidRegistration(TransformedImage trans, String materialBBox, String initial, int mat1, int mat2, boolean noOptimization, int level, int stopLevel, double tolerance, int nInitialPositions, boolean showTransformed, boolean showDifferenceImage, boolean fastButInaccurate, ArrayList<ij.ImagePlus> alsoTransform)
trans
- TransformedImage, needs the .measure setup correctly
along with the two images setupmaterialBBox
- can be emptymat1
- used in material distance measuresmat2
- used in material distance measuresinitial
- can be empty, then 24 orientations are triednoOptimization
- level
- start levelstopLevel
- end leveltolerance
- nInitialPositions
- number of promising initial positions
to optimize furthershowTransformed
- boolean whether to show the resultant
transofrmed image or notshowDifferenceImage
- boolean whether to show the resultant
transofrmed image or notpublic static String getLastResult()
Copyright © 2015–2021 Fiji. All rights reserved.