public static class StitchingTEM.PhaseCorrelationParam extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
cc_scale |
boolean |
hide_disconnected |
double |
mean_factor |
double |
min_R |
float |
overlap |
boolean |
remove_disconnected |
| Constructor and Description |
|---|
PhaseCorrelationParam()
Empty constructor
|
PhaseCorrelationParam(double cc_scale,
float overlap,
boolean hide_disconnected,
boolean remove_disconnected,
double mean_factor,
double min_R) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
setup(Layer layer)
Run setup on a Patch of the layer, if any.
|
boolean |
setup(Patch ref)
Returns false when canceled.
|
public double cc_scale
public float overlap
public boolean hide_disconnected
public boolean remove_disconnected
public double mean_factor
public double min_R
public PhaseCorrelationParam(double cc_scale,
float overlap,
boolean hide_disconnected,
boolean remove_disconnected,
double mean_factor,
double min_R)
public PhaseCorrelationParam()
public boolean setup(Layer layer)
public boolean setup(Patch ref)
ref - is an optional Patch from which to estimate an appropriate image scale
at which to perform the phase correlation, for performance reasons.Copyright © 2015–2021 Fiji. All rights reserved.