public class ElasticMontage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticMontage.Param |
| Constructor and Description |
|---|
ElasticMontage() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(ElasticMontage.Param param,
List<Patch> patches,
Set<Patch> fixedPatches) |
void |
exec(List<Patch> patches,
Set<Patch> fixedPatches) |
protected static void |
extractAndSaveFeatures(List<AbstractAffineTile2D<?>> tiles,
FloatArray2DSIFT.Param siftParam,
boolean clearCache)
Extract SIFT features and save them into the project folder.
|
protected static ij.process.FloatProcessor |
scaleByte(ij.process.ByteProcessor bp) |
static ElasticMontage.Param |
setup() |
public static final ElasticMontage.Param setup()
protected static final void extractAndSaveFeatures(List<AbstractAffineTile2D<?>> tiles, FloatArray2DSIFT.Param siftParam, boolean clearCache) throws Exception
tiles - siftParam - clearCache - Exceptionprotected static final ij.process.FloatProcessor scaleByte(ij.process.ByteProcessor bp)
public final void exec(List<Patch> patches, Set<Patch> fixedPatches) throws Exception
ExceptionCopyright © 2015–2021 Fiji. All rights reserved.