locategray.h
来自「车牌识别(改定位)武汉理工大学」· C头文件 代码 · 共 25 行
H
25 行
// LocateGray.h: interface for the CLocateGray class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LOCATEGRAY_H__421914DD_4B95_4760_8109_912318C30F38__INCLUDED_)
#define AFX_LOCATEGRAY_H__421914DD_4B95_4760_8109_912318C30F38__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Location.h"
class CLocateGray : public CLocation
{
public:
CLocateGray();
virtual ~CLocateGray();
public:
BOOL GetChePaiHL(CImage ImgIn,double a, double b,CList<CRect,CRect> &rcChePaiList);
BOOL Locate(CImage& ImgVLP,CRect &rcVLP,CImage &ImgOrg,int nTh);
};
#endif // !defined(AFX_LOCATEGRAY_H__421914DD_4B95_4760_8109_912318C30F38__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?