⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globalregistpar.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -