Package | Description |
---|---|
ini.trakem2.imaging |
Modifier and Type | Method and Description |
---|---|
static void |
StitchingTEM.montageWithPhaseCorrelation(Collection<Patch> col,
StitchingTEM.PhaseCorrelationParam param)
Perform montage based on phase correlation
|
static void |
StitchingTEM.optimizeTileConfiguration(ArrayList<AbstractAffineTile2D<?>> tiles,
ArrayList<AbstractAffineTile2D<?>> fixed_tiles,
StitchingTEM.PhaseCorrelationParam param)
Optimize tile configuration by removing bad matches
|
static Runnable |
StitchingTEM.stitch(Patch[] patch,
int grid_width,
double default_bottom_top_overlap,
double default_left_right_overlap,
boolean optimize,
StitchingTEM.PhaseCorrelationParam param)
Returns the same Patch instances with their coordinates modified; the top-left image is assumed to be the first one, and thus serves as reference; so, after the first image, coordinates are ignored for each specific Patch.
|
Copyright © 2015–2021 Fiji. All rights reserved.