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

📄 locategray.h

📁 车牌识别(改定位)武汉理工大学
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -