public final class AlignmentUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlignmentUtils.ParamPointMatch |
Modifier and Type | Method and Description |
---|---|
protected static void |
extractAndSaveLayerFeatures(List<Layer> layerRange,
Rectangle box,
double scale,
Filter<Patch> filter,
FloatArray2DSIFT.Param siftParam,
boolean clearCache,
int numThreads)
Extract SIFT features and save them into the project folder.
|
static List<Patch> |
filterPatches(Layer layer,
Filter<Patch> filter) |
static String |
layerName(Layer layer) |
protected static final void extractAndSaveLayerFeatures(List<Layer> layerRange, Rectangle box, double scale, Filter<Patch> filter, FloatArray2DSIFT.Param siftParam, boolean clearCache, int numThreads) throws ExecutionException, InterruptedException
layerRange
- the list of layers to be alignedbox
- a rectangular region of interest that will be used for alignmentscale
- scale factor <= 1.0filter
- a name based filter for Patches (can be null)siftParam
- SIFT extraction parametersclearCache
- numThreads
- ExecutionException
InterruptedException
Copyright © 2015–2021 Fiji. All rights reserved.