double isce3::unwrap::phass::Phass::correlationThreshold |
( |
| ) |
const |
|
inline |
Get correlation threshold increment.
void isce3::unwrap::phass::Phass::correlationThreshold |
( |
const double |
corrThr | ) |
|
|
inline |
Set correlation threshold increment.
- Parameters
-
[in] | corrThr | correlation threshold |
double isce3::unwrap::phass::Phass::goodCorrelation |
( |
| ) |
const |
|
inline |
Get good correlation threshold.
void isce3::unwrap::phass::Phass::goodCorrelation |
( |
const double |
goodCor | ) |
|
|
inline |
Set good correlation threshold.
- Parameters
-
[in] | goodCor | good correlation threshold. |
int isce3::unwrap::phass::Phass::minPixelsPerRegion |
( |
| ) |
const |
|
inline |
Get minimum size of a region to be unwrapped.
void isce3::unwrap::phass::Phass::minPixelsPerRegion |
( |
const int |
minPixelsPerRegion | ) |
|
|
inline |
Set minimum size of a region to be unwrapped.
- Parameters
-
[in] | minPixelsPerRegion | minimum pixels per region to unwrap |
Unwrap the interferometric wrapped phase.
- Parameters
-
[in] | phaseRaster | wrapped phase |
[in] | corrRaster | correlation |
[out] | unwRaster | unwrapped phase |
[out] | labelRaster | connected component labels |
Unwrap the interferometric wrapped phase.
- Parameters
-
[in] | phaseRaster | wrapped phase |
[in] | powerRaster | power of the interferogram |
[in] | corrRaster | correlation |
[out] | unwRaster | unwrapped phase |
[out] | labelRaster | connected component labels |
The documentation for this class was generated from the following files:
- isce/cxx/isce3/unwrap/phass/Phass.h
- isce/cxx/isce3/unwrap/phass/Phass.cpp
- isce/cxx/isce3/unwrap/phass/Phass.icc