7#if !defined(ISCE_UNWRAP_PHASS_PHASS_ICC)
8#error "Phass.icc is an implementation detail of class Phass."
11namespace isce3::unwrap::phass
16 _correlationThreshold = corrThr;
20 return _correlationThreshold;
26 _goodCorrelation = goodCor;
30 return _goodCorrelation;
40 return _minPixelsPerRegion;
int minPixelsPerRegion() const
Get minimum size of a region to be unwrapped.
Definition Phass.icc:39
double correlationThreshold() const
Get correlation threshold increment.
Definition Phass.icc:19
double goodCorrelation() const
Get good correlation threshold.
Definition Phass.icc:29