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

📄 2dtracecontour.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
// 2DTraceContour.h: interface for the Rx2DTraceContour class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_2DTRACECONTOUR_H__1D052FF2_7585_40F7_B1A8_C0085CC0FBC0__INCLUDED_)#define AFX_2DTRACECONTOUR_H__1D052FF2_7585_40F7_B1A8_C0085CC0FBC0__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000class Rx2DTraceContour  {public:	static CPoint * TraceContour(BYTE *pMap, int *pnPtCnt, int nWidth, int nHeight);	Rx2DTraceContour();	virtual ~Rx2DTraceContour();protected:	static BYTE * MakeBoundaryMap(BYTE *pMap, int nWidth, int nHeight);};#endif // !defined(AFX_2DTRACECONTOUR_H__1D052FF2_7585_40F7_B1A8_C0085CC0FBC0__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -