public class Moving_Least_Squares extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
static int |
AFFINE |
static int |
RIGID |
static int |
SIMILARITY |
Constructor and Description |
---|
Moving_Least_Squares() |
Modifier and Type | Method and Description |
---|---|
static Moving_Least_Squares.Method |
getMethod(int method) |
static ij.process.ImageProcessor |
process(ij.ImagePlus source,
PointRoi points1,
ij.ImagePlus target,
PointRoi points2,
Moving_Least_Squares.Method method,
float gridSize,
boolean useForward,
boolean merge) |
void |
run(String arg) |
public static final int AFFINE
public static final int SIMILARITY
public static final int RIGID
public void run(String arg)
run
in interface ij.plugin.PlugIn
public static ij.process.ImageProcessor process(ij.ImagePlus source, PointRoi points1, ij.ImagePlus target, PointRoi points2, Moving_Least_Squares.Method method, float gridSize, boolean useForward, boolean merge)
public static Moving_Least_Squares.Method getMethod(int method)
Copyright © 2015–2021 Fiji. All rights reserved.