Modifier and Type | Field and Description |
---|---|
protected static int |
iterations |
protected static double |
lambda1 |
protected static double |
lambda2 |
protected LayerSet |
layerset |
protected static double |
neighborWeight |
protected static int |
numCoefficients |
protected static int |
radius |
protected static double |
scale |
Constructor and Description |
---|
MatchIntensities() |
Modifier and Type | Method and Description |
---|---|
boolean |
applies(Object ob)
Returns true if this plugin can be applied to an Object like @param ob.
|
protected static <T extends Model<T> & Affine1D<T>> |
generateCoefficientsTiles(Collection<Patch> patches,
T template,
int nCoefficients) |
protected static void |
identityConnect(Tile<?> t1,
Tile<?> t2,
double weight) |
Object |
invoke(Object... params)
Run the plugin directly.
|
static void |
main(String... args) |
<M extends Model<M> & Affine1D<M>> |
run(List<Layer> layers,
int radius,
double scale,
int numCoefficients,
double lambda1,
double lambda2,
double neighborWeight,
Rectangle roi) |
boolean |
setup(Object... params)
Setup with optional parameters (may be null).
|
protected LayerSet layerset
protected static int numCoefficients
protected static double lambda1
protected static double lambda2
protected static double neighborWeight
protected static int radius
protected static int iterations
protected static double scale
public boolean setup(Object... params)
TPlugIn
protected static final <T extends Model<T> & Affine1D<T>> HashMap<Patch,ArrayList<Tile<T>>> generateCoefficientsTiles(Collection<Patch> patches, T template, int nCoefficients)
public Object invoke(Object... params)
TPlugIn
public boolean applies(Object ob)
TPlugIn
public <M extends Model<M> & Affine1D<M>> void run(List<Layer> layers, int radius, double scale, int numCoefficients, double lambda1, double lambda2, double neighborWeight, Rectangle roi) throws InterruptedException, ExecutionException
layers
- radius
- scale
- numCoefficients
- lambda1
- lambda2
- neighborWeight
- roi
- InterruptedException
ExecutionException
public static final void main(String... args)
Copyright © 2015–2021 Fiji. All rights reserved.