globalregistpar.h
来自「3D reconstruction, medical image process」· C头文件 代码 · 共 45 行
H
45 行
#ifndef __GlobalRegistPar_H__#define __GlobalRegistPar_H__typedef struct{ double lfVoxelX; double lfVoxelY; double lfVoxelZ; int nVolX; int nVolY; int nVolZ; double nCenterX; double nCenterY; double nCenterZ; float fSliceThick; unsigned short* pVol; unsigned short* pGaussianVol; BYTE* pWindowingTable;} _MODAL_INFO;typedef struct{ double x; double y; double z;} _FPoint;typedef struct{ short x; short y; short z;} _sz3DVol;typedef struct{ CPoint* ptTraceContour; int nTraceCnt;} _TraceInfo;#define PET 0#define MR 1#define CT 2#endif __GlobalRegistPar_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?