isce3
0.25.0
Loading...
Searching...
No Matches
cxx
isce3
unwrap
phass
PhaseStatistics.h
1
// Copyright (c) 2017-, California Institute of Technology ("Caltech"). U.S.
2
// Government sponsorship acknowledged.
3
// All rights reserved.
4
//
5
// Author(s):
6
//
7
// ======================================================================
8
//
9
// FILENAME: PhaseStatistics.h
10
//
11
// CREATED BY: Xiaoqing WU
12
//
13
// ======================================================================
14
15
#pragma once
16
17
#include "Point.h"
18
#include "constants.h"
19
#include "DataPatch.h"
20
21
22
void
compute_corr(
int
nr_lines,
int
nr_pixels,
float
**data,
unsigned
char
**corr_data,
double
max_phase_std);
23
DataPatch<unsigned char>
*compute_Hweight(
int
nr_lines,
int
nr_pixels,
float
**data);
24
DataPatch<unsigned char>
*compute_Vweight(
int
nr_lines,
int
nr_pixels,
float
**data);
25
DataPatch<float>
*compute_H_delta_phase(
int
nr_lines,
int
nr_pixels,
float
**data);
26
DataPatch<float>
*compute_V_delta_phase(
int
nr_lines,
int
nr_pixels,
float
**data);
DataPatch
Definition
DataPatch.h:28
Generated for ISCE3.0 by
1.13.2.