人脸识别 VC++
- s2_391120了解作者
- 1.2MB文件大小
- zip文件格式
- 0收藏次数
- VIP专享资源类型
- 0下载次数
- 2022-06-13 18:10上传日期
图片的人脸识别 VC++ MFC实现 可以运行

face.zip
- chapter5&6
- pic
- face.bmp333.7KB
- Thumbs.db9.5KB
- demo
- GeometryTrans.h1.5KB
- demo1.dsp7.5KB
- HistSegmentDlg.h1.9KB
- FaceDetect.cpp9.1KB
- demo1.cpp4.4KB
- demo1.plg3.6KB
- GeometryTrans.cpp14.9KB
- FaceDetect.h1.8KB
- ImageEnhance.cpp16KB
- res
- Toolbar.bmp1.1KB
- cursor1.cur326B
- demo1Doc.ico1.1KB
- Thumbs.db7.5KB
- demo1.ico1.1KB
- demo1.rc2397B
- OK.bmp5.9KB
- ImgSegment.h1.4KB
- ImageFreqEnhance.cpp12KB
- demo1.opt783.5KB
- demo1View.h3.7KB
- ImageDib.h1.6KB
- WaveletTrans.cpp15.3KB
- demo1View.cpp98KB
- demo1Doc.h1.7KB
- demo1.dsw535B
- GeometryMoveDlg.h787B
- HistSegmentDlg.cpp7.1KB
- ImgSegment.cpp19.8KB
- MedianSmoothDlg.h1.4KB
- HistogramDrawDlg.cpp9.1KB
- Register.h3.6KB
- MedianSmoothDlg.cpp2.1KB
- ImageFreqEnhance.h1.5KB
- ChildFrm.cpp1.5KB
- LinearStepParamDlg.cpp9.3KB
- demo1.rc24.3KB
- demo1.ncb2.3MB
- Histogram.cpp7.1KB
- demo1.h1.3KB
- GrayTrans.h1.5KB
- StrechWindowDlg.h1.3KB
- NeiAverSmoothDlg.h1.4KB
- WaveletTrans.h2.7KB
- demo1Doc.cpp2.3KB
- StrechWindowDlg.cpp1.1KB
- demo1.clw9.3KB
- ThreshStrechDlg.cpp1018B
- Register.cpp36.7KB
- GeometryMoveDlg.cpp1KB
- StdAfx.cpp207B
- MainFrm.cpp2.5KB
- resource.h5.4KB
- NeiAverSmoothDlg.cpp2.5KB
- FourierTrans.cpp10.9KB
- HistogramDrawDlg.h2.1KB
- RotateDlg.cpp956B
- ThreshStrechDlg.h1.2KB
- Zoomdlg.cpp1.8KB
- RotateDlg.h1.2KB
- MainFrm.h1.5KB
- ChildFrm.h1.4KB
- StdAfx.h1KB
- LinearStepParamDlg.h2KB
- GrayTrans.cpp13KB
- demo1.aps45.9KB
- FourierTrans.h2KB
- ImageEnhance.h1.4KB
- Morphology.cpp13.1KB
- ImageDib.cpp9.3KB
- Zoomdlg.h1.9KB
- Morphology.h1.9KB
- ReadMe.txt4.9KB
- Histogram.h1.4KB
内容介绍
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : demo1
========================================================================
AppWizard has created this demo1 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your demo1 application.
demo1.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
demo1.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CDemo1App application class.
demo1.cpp
This is the main application source file that contains the application
class CDemo1App.
demo1.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
demo1.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\demo1.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file demo1.rc.
res\demo1.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
demo1.reg
This is an example .REG file that shows you the kind of registration
settings the framework will set for you. You can use this as a .REG
file to go along with your application or just delete it and rely
on the default RegisterShellFileTypes registration.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CMDIFrameWnd and controls all MDI frame features.
res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in demo1.rc to add
toolbar buttons.
/////////////////////////////////////////////////////////////////////////////
For the child frame window:
ChildFrm.h, ChildFrm.cpp
These files define and implement the CChildFrame class, which
supports the child windows in an MDI application.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
demo1Doc.h, demo1Doc.cpp - the document
These files contain your CDemo1Doc class. Edit these files to
add your special document data and to implement file saving and loading
(via CDemo1Doc::Serialize).
demo1View.h, demo1View.cpp - the view of the document
These files contain your CDemo1View class.
CDemo1View objects are used to view CDemo1Doc objects.
res\demo1Doc.ico
This is an icon file, which is used as the icon for MDI child windows
for the CDemo1Doc class. This icon is included by the main
resource file demo1.rc.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named demo1.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
评论



相关推荐
- MFC C++ Excel 导出 打印MFC C++ Excel 导出 打印
- 数据采集客户端完整 MFC C++数据采集客户端完整 MFC C++ 原创 数据采集客户端完整 MFC C++ 原创 数据采集客户端完整 MFC C++ 原创 数据采集客户端完整 MFC C++ 原创 数据采集客户端完整 MFC C++ 原创 数据采集客户端完整 MFC C++ 原创 数据采集...
- PAINT画图 MFC C++MFC画图,该程序基于MFC,用VC6.0制作,很好的实现了记事本的相关功能
- mfc c++ 20130905mfc c++ 20130905
- mfc c++--计算器1.MFC编写计算器代码 C++环境下运行 通过vc2005测设无错误 2.程序实现数字计算的功能,可实现开根号(sqrt)数等基本运算 3.界面良好
- Learn the MFC C++ ClassesLearn the MFC C++ Classes Learn the MFC C++ Classes
- TreeListCode MFC C++ 源码TreeListCode MFC C++ 源码
- MFC C++通信录MFC c++ 通信录 带界面
- mfc c++总结从中可以学习到mfc基础知识以及c++基本知识点及相关重要的知识点
- MFC C++串口通信MFC C++ 串口通信源代码,其中原代码中有对应的函数介绍
最新资源