Skip to content

Commit

Permalink
version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noh.56 committed Aug 12, 2019
1 parent 6809326 commit 2bb6c2d
Show file tree
Hide file tree
Showing 5 changed files with 6,384 additions and 1,050 deletions.
25 changes: 23 additions & 2 deletions Typedefine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define RadToDeg 180/PI
#define UMToMM 0.001
#define MMToUM 1000
#define MaxImages 3
#define MaxImages 10

#ifndef bool
//#define bool unsigned char
Expand Down Expand Up @@ -214,7 +214,9 @@ typedef struct ProjectInfo{
double cal_boundary[4];
double RA_param[MaxImages][2];
double seedDEMsigma;

double LBoundary[4];
double RBoundary[4];

double minHeight;
double maxHeight;
double System_memory;
Expand Down Expand Up @@ -336,6 +338,8 @@ typedef struct ArgumentInfo{
bool check_fl;
bool check_ccd;
bool check_full_cal;
int check_coreg;
int check_sdm_ortho;

//SGM test flag
bool check_SNCC;
Expand Down Expand Up @@ -399,5 +403,22 @@ typedef struct
long double *data;
} GMA_double;


typedef struct UpdateGridSDM{
double roh;
double ortho_ncc;
double col_shift;
double row_shift;

}UGRIDSDM;

typedef struct tagNCCresultSDM
{
double result0;
D2DPOINT result2;
D2DPOINT result3;
} NCCresultSDM;


#endif

Loading

0 comments on commit 2bb6c2d

Please sign in to comment.