?? mysegplugin.h
字號:
// MySegPlugin.h: interface for the CMySegPlugin class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_)
#define AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "medPlugin.h"
class CMySegPlugin : public medSegmentationPlugin
{
public:
CMySegPlugin();
virtual ~CMySegPlugin();
virtual bool Show(void);
private:
bool doSegmentation(float lowThre, float highThre);
};
#endif // !defined(AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -