isce3 0.25.0
Loading...
Searching...
No Matches
Phass.icc
1// -*- C++ -*-
2// -*- coding: utf-8 -*-
3//
4// Author: Heresh Fattahi
5// Copyright 2019-
6
7#if !defined(ISCE_UNWRAP_PHASS_PHASS_ICC)
8#error "Phass.icc is an implementation detail of class Phass."
9#endif
10
11namespace isce3::unwrap::phass
12{
14 inline void Phass::correlationThreshold(const double corrThr)
15 {
16 _correlationThreshold = corrThr;
17 }
18
19 inline double Phass::correlationThreshold() const {
20 return _correlationThreshold;
21 }
22
24 inline void Phass::goodCorrelation(const double goodCor)
25 {
26 _goodCorrelation = goodCor;
27 }
28
29 inline double Phass::goodCorrelation() const {
30 return _goodCorrelation;
31 }
32
35 {
36 _minPixelsPerRegion = minPixelsPerRegion;
37 }
38
39 inline int Phass::minPixelsPerRegion() const {
40 return _minPixelsPerRegion;
41 }
42}
43
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

Generated for ISCE3.0 by doxygen 1.13.2.