实例介绍
11_人脸检测与识别系统,10_指纹提取与识别系统,12_运动车辆检测跟踪系统.
【实例截图】
【核心代码】
16359647516312368106.rar
├── 07_遥感图像配准系统
│ ├── Images
│ │ ├── 10图像配准基准图像.bmp
│ │ ├── 1几何校正基准图像.bmp
│ │ ├── 2待校正图像.bmp
│ │ ├── 3待配准图像.bmp
│ │ ├── 4校正结果图像.bmp
│ │ ├── 5增强结果图像.bmp
│ │ └── 6配准结果图像.bmp
│ ├── 可执行文件
│ │ └── 遥感图像配准系统.exe
│ ├── 源码
│ │ ├── 遥感图像配准系统
│ │ │ ├── cdib.cpp
│ │ │ ├── cdib.h
│ │ │ ├── ChildFrm.cpp
│ │ │ ├── ChildFrm.h
│ │ │ ├── ColorTable.h
│ │ │ ├── DIBPrcs.cpp
│ │ │ ├── DibShow.cpp
│ │ │ ├── DlgAftReg.cpp
│ │ │ ├── DlgAftReg.h
│ │ │ ├── DlgCor.cpp
│ │ │ ├── DlgCor.h
│ │ │ ├── DlgEnhance.cpp
│ │ │ ├── DlgEnhance.h
│ │ │ ├── DlgReg.cpp
│ │ │ ├── DlgReg.h
│ │ │ ├── GlobalApi.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MyException.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── My.rc2
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── 遥感图像配准系统Doc.ico
│ │ │ │ └── 遥感图像配准系统.ico
│ │ │ ├── Resource.h
│ │ │ ├── RSIDoc.cpp
│ │ │ ├── RSIDoc.h
│ │ │ ├── RSIView.cpp
│ │ │ ├── RSIView.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── targetver.h
│ │ │ ├── 遥感图像配准系统.aps
│ │ │ ├── 遥感图像配准系统.cpp
│ │ │ ├── 遥感图像配准系统.h
│ │ │ ├── 遥感图像配准系统.rc
│ │ │ └── 遥感图像配准系统.vcproj
│ │ └── 遥感图像配准系统.sln
│ └── 说明.txt
├── 08_图像检索系统
│ ├── Images
│ │ ├── 1.BMP
│ │ ├── 2.BMP
│ │ ├── 3.BMP
│ │ ├── 5.BMP
│ │ ├── 6.BMP
│ │ ├── 7.BMP
│ │ ├── E1453.BMP
│ │ ├── E1454.BMP
│ │ ├── E1456.BMP
│ │ ├── E1458.BMP
│ │ ├── E1459.BMP
│ │ ├── hand10.BMP
│ │ ├── hand13.BMP
│ │ ├── hand1.BMP
│ │ ├── hand2.BMP
│ │ ├── hand4.BMP
│ │ ├── leaf2.BMP
│ │ ├── leaf5.BMP
│ │ ├── leaf6.BMP
│ │ ├── TM141.BMP
│ │ ├── TM146.BMP
│ │ ├── tn_0003.BMP
│ │ ├── tn_0023.BMP
│ │ ├── tn_0024.BMP
│ │ ├── tn_0026.BMP
│ │ ├── tn_0027.BMP
│ │ ├── tn_0029.BMP
│ │ ├── ys047.BMP
│ │ ├── ys065.BMP
│ │ ├── ys066.BMP
│ │ └── ys067.BMP
│ ├── 可执行文件
│ │ └── 图像检索系统.exe
│ ├── 源码
│ │ ├── 图像检索系统
│ │ │ ├── imagetrievalDlg.cpp
│ │ │ ├── imagetrievalDlg.h
│ │ │ ├── picture.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── My.rc2
│ │ │ │ └── 图像检索系统.ico
│ │ │ ├── Resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── 图像检索系统.aps
│ │ │ ├── 图像检索系统.cpp
│ │ │ ├── 图像检索系统.h
│ │ │ ├── 图像检索系统.rc
│ │ │ └── 图像检索系统.vcproj
│ │ └── 图像检索系统.sln
│ └── 说明.txt
├── 09_细胞检测与计数系统
│ ├── Images
│ │ └── blood.bmp
│ ├── 可执行文件
│ │ └── 细胞检测与计数系统.exe
│ └── 源码
│ ├── 细胞检测与计数系统
│ │ ├── CellDoc.cpp
│ │ ├── CellDoc.h
│ │ ├── CellView.cpp
│ │ ├── CellView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Pre.cpp
│ │ ├── Pre.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── My.rc2
│ │ │ ├── Toolbar.bmp
│ │ │ └── 细胞检测与计数系统.ico
│ │ ├── Resource.h
│ │ ├── RTH.cpp
│ │ ├── RTH.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ ├── ThrHsi.cpp
│ │ ├── ThrHsi.h
│ │ ├── 细胞检测与计数系统.aps
│ │ ├── 细胞检测与计数系统.cpp
│ │ ├── 细胞检测与计数系统.h
│ │ ├── 细胞检测与计数系统.rc
│ │ └── 细胞检测与计数系统.vcproj
│ └── 细胞检测与计数系统.sln
├── 10_指纹提取与识别系统
│ ├── Dll库
│ │ ├── FP.dll
│ │ └── FPEngine.dll
│ ├── Images
│ │ ├── 1.bmp
│ │ ├── 2.bmp
│ │ ├── 3.bmp
│ │ ├── 4.bmp
│ │ ├── 5.bmp
│ │ ├── 6.bmp
│ │ ├── 7.bmp
│ │ └── 8.bmp
│ ├── 可执行文件
│ │ ├── FP.dll
│ │ ├── FPEngine.dll
│ │ └── 指纹提取与识别系统.exe
│ ├── 源码
│ │ ├── FP
│ │ │ ├── coding.h
│ │ │ ├── Dib.cpp
│ │ │ ├── Dib.h
│ │ │ ├── FPA.CPP
│ │ │ ├── FPAGlobal.h
│ │ │ ├── FPA.H
│ │ │ ├── FP.APS
│ │ │ ├── FPAType.h
│ │ │ ├── FP.clw
│ │ │ ├── FP.cpp
│ │ │ ├── FP.def
│ │ │ ├── FP.dll
│ │ │ ├── FP.dsp
│ │ │ ├── FP.dsw
│ │ │ ├── FPEngine.h
│ │ │ ├── FP.h
│ │ │ ├── FP.lib
│ │ │ ├── FP.opt
│ │ │ ├── FP.plg
│ │ │ ├── FP.rc
│ │ │ ├── FP.sln
│ │ │ ├── FP.vcproj
│ │ │ ├── Match.cpp
│ │ │ ├── Match.h
│ │ │ ├── MinutiaExtract.cpp
│ │ │ ├── MinutiaExtract.h
│ │ │ ├── patternMatch.h
│ │ │ ├── preprocess.cpp
│ │ │ ├── preprocess.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ └── FP.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── test.h
│ │ │ └── UtilityFunction.h
│ │ ├── FPEngine
│ │ │ ├── FPEngine.cpp
│ │ │ ├── FPEngine.dsp
│ │ │ ├── FPEngine.dsw
│ │ │ ├── FPEngine.h
│ │ │ ├── FPEngine.opt
│ │ │ ├── FPEngine.plg
│ │ │ ├── FPEngine.sln
│ │ │ ├── FPEngine.vcproj
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── VF_AlignMatch.h
│ │ │ ├── VF_Api.h
│ │ │ ├── VF_Binary.h
│ │ │ ├── VF_Divide.h
│ │ │ ├── VF_Enhance.h
│ │ │ ├── VF_Err.h
│ │ │ ├── VF_Feature2.h
│ │ │ ├── VF_Feature.h
│ │ │ ├── VF_FileIO.h
│ │ │ ├── VF_Function.h
│ │ │ ├── VF_GetMinutia.h
│ │ │ ├── VF_GetOrientMap.h
│ │ │ ├── VF_GetSingulary.h
│ │ │ ├── VF_Global.h
│ │ │ ├── VF_GlobalMatch.h
│ │ │ ├── VF_PatternMatch.h
│ │ │ ├── VF_Smooth.h
│ │ │ ├── VF_Template.h
│ │ │ ├── VF_Thin.h
│ │ │ ├── VF_Type.h
│ │ │ ├── VF_Verify.h
│ │ │ └── VF_Zoom.h
│ │ ├── 指纹提取与识别系统
│ │ │ ├── FingerMatch.cpp
│ │ │ ├── FingerMatch.h
│ │ │ ├── FPA.H
│ │ │ ├── OfflineMatch.cpp
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── My.rc2
│ │ │ │ └── 指纹提取与识别系统.ico
│ │ │ ├── Resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── 指纹提取与识别系统.aps
│ │ │ ├── 指纹提取与识别系统.cpp
│ │ │ ├── 指纹提取与识别系统.h
│ │ │ ├── 指纹提取与识别系统.rc
│ │ │ └── 指纹提取与识别系统.vcproj
│ │ └── 指纹提取与识别系统.sln
│ └── 说明.txt
├── 11_人脸检测与识别系统
│ ├── Images
│ │ └── face.bmp
│ ├── 一个基于 OpenCV 的人脸识别系统
│ │ └── faceidentifysys
│ │ ├── cv100.dll
│ │ ├── cvaux100.dll
│ │ ├── cvcam100.dll
│ │ ├── cxcore100.dll
│ │ ├── cxts001.dll
│ │ ├── haarcascade.cpp
│ │ ├── haarcascade.dsp
│ │ ├── haarcascade.dsw
│ │ ├── haarcascade.exe
│ │ ├── haarcascade_frontalface_alt.xml
│ │ ├── haarcascade.ncb
│ │ ├── haarcascade.opt
│ │ ├── haarcascade.plg
│ │ ├── highgui100.dll
│ │ ├── hu.JPG
│ │ ├── libguide40.dll
│ │ ├── ml100.dll
│ │ ├── news.jpg
│ │ ├── result.jpg
│ │ ├── sub0hu.jpg
│ │ ├── sub0news.jpg
│ │ ├── sub0zhang.jpg
│ │ ├── sub1news.jpg
│ │ ├── Thumbs.db
│ │ ├── zhang1.jpg
│ │ ├── zhang.jpg
│ │ └── 输入格式.doc
│ ├── 一个基于 OpenCV 的人脸识别系统.rar
│ ├── 人脸识别
│ │ ├── detectface.cpp
│ │ ├── DetectFace(Release).rar
│ │ ├── libfacedetection-master.rar
│ │ └── OpenCV - win7+vs2013(2012)+opencv3.0.pdf
│ ├── 可执行文件
│ │ └── 人脸检测与识别系统.exe
│ ├── 源码
│ │ ├── 人脸检测与识别系统
│ │ │ ├── Dib.cpp
│ │ │ ├── Dib.h
│ │ │ ├── FaceDetectDlg.cpp
│ │ │ ├── FaceDetectDlg.h
│ │ │ ├── OpenImgDlg.cpp
│ │ │ ├── OpenImgDlg.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── My.rc2
│ │ │ │ └── 人脸检测与识别系统.ico
│ │ │ ├── Resource.h
│ │ │ ├── SimilarHood.cpp
│ │ │ ├── SimilarHood.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── targetver.h
│ │ │ ├── 人脸检测与识别系统.aps
│ │ │ ├── 人脸检测与识别系统.cpp
│ │ │ ├── 人脸检测与识别系统.h
│ │ │ ├── 人脸检测与识别系统.rc
│ │ │ └── 人脸检测与识别系统.vcproj
│ │ └── 人脸检测与识别系统.sln
│ └── 说明.txt
├── 12_运动车辆检测跟踪系统
│ ├── Videos
│ │ └── car.avi
│ ├── 可执行文件
│ │ ├── cv210.dll
│ │ ├── cvaux210.dll
│ │ ├── cxcore210.dll
│ │ ├── highgui210.dll
│ │ ├── ml210.dll
│ │ └── MoveTracking.exe
│ ├── 源码
│ │ ├── MoveTracking
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MoveTracking.aps
│ │ │ ├── MoveTracking.cpp
│ │ │ ├── MoveTrackingDoc.cpp
│ │ │ ├── MoveTrackingDoc.h
│ │ │ ├── MoveTracking.h
│ │ │ ├── MoveTracking.rc
│ │ │ ├── MoveTracking.vcproj
│ │ │ ├── MoveTrackingView.cpp
│ │ │ ├── MoveTrackingView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── MoveTrackingDoc.ico
│ │ │ │ ├── MoveTracking.ico
│ │ │ │ ├── MoveTracking.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── targetver.h
│ │ └── MoveTracking.sln
│ └── 说明.txt
├── 13_车型识别系统
│ ├── Images
│ │ ├── 前景图像.bmp
│ │ └── 背景图像.bmp
│ ├── 可执行文件
│ │ ├── CarShapeIdentify.exe
│ │ ├── contour
│ │ │ ├── 0.bmp
│ │ │ ├── 1.bmp
│ │ │ ├── 2.bmp
│ │ │ └── 3.bmp
│ │ ├── cv210.dll
│ │ ├── cvaux210.dll
│ │ ├── cxcore210.dll
│ │ ├── highgui210.dll
│ │ └── ml210.dll
│ ├── 源码
│ │ ├── CarShapeIdentify
│ │ │ ├── CarShapeIdentify.aps
│ │ │ ├── CarShapeIdentify.cpp
│ │ │ ├── CarShapeIdentifyDoc.cpp
│ │ │ ├── CarShapeIdentifyDoc.h
│ │ │ ├── CarShapeIdentify.h
│ │ │ ├── CarShapeIdentify.rc
│ │ │ ├── CarShapeIdentify.vcproj
│ │ │ ├── CarShapeIdentifyView.cpp
│ │ │ ├── CarShapeIdentifyView.h
│ │ │ ├── contour
│ │ │ │ ├── 0.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── 2.bmp
│ │ │ │ └── 3.bmp
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MyImg.cpp
│ │ │ ├── MyImg.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CarShapeIdentifyDoc.ico
│ │ │ │ ├── CarShapeIdentify.ico
│ │ │ │ ├── CarShapeIdentify.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── targetver.h
│ │ └── CarShapeIdentify.sln
│ └── 说明.txt
└── 14_车牌识别系统
├── Images
│ └── 黑A00001.bmp
├── 可执行文件
│ ├── cv210.dll
│ ├── cvaux210.dll
│ ├── cxcore210.dll
│ ├── highgui210.dll
│ ├── ml210.dll
│ ├── PlateIdentify.exe
│ └── template
│ ├── 0.bmp
│ ├── 1.bmp
│ ├── 2.bmp
│ ├── 3.bmp
│ ├── 4.bmp
│ ├── 5.bmp
│ ├── 6.bmp
│ ├── 7.bmp
│ ├── 8.bmp
│ ├── 9.bmp
│ ├── A.bmp
│ ├── B.bmp
│ ├── C.bmp
│ ├── D.bmp
│ ├── E.bmp
│ ├── F.bmp
│ ├── G.bmp
│ ├── H.bmp
│ ├── J.bmp
│ ├── K.bmp
│ ├── L.bmp
│ ├── M.bmp
│ ├── N.bmp
│ ├── P.bmp
│ ├── Q.bmp
│ ├── R.bmp
│ ├── S.bmp
│ ├── T.bmp
│ ├── U.bmp
│ ├── V.bmp
│ ├── W.bmp
│ ├── X.bmp
│ ├── Y.bmp
│ ├── Z.bmp
│ ├── 京.bmp
│ ├── 川.bmp
│ ├── 浙.bmp
│ ├── 湘.bmp
│ ├── 琼.bmp
│ ├── 粤.bmp
│ ├── 辽.bmp
│ ├── 鄂.bmp
│ └── 黑.bmp
├── 源码
│ ├── PlateIdentify
│ │ ├── Classification.cpp
│ │ ├── Classification.h
│ │ ├── ImageFUNC.cpp
│ │ ├── ImageFUNC.h
│ │ ├── Image_thin.cpp
│ │ ├── Image_thin.h
│ │ ├── lut_shrink.h
│ │ ├── lut_thin.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyImg.cpp
│ │ ├── MyImg.h
│ │ ├── PlateIdentify.aps
│ │ ├── PlateIdentify.cpp
│ │ ├── PlateIdentifyDoc.cpp
│ │ ├── PlateIdentifyDoc.h
│ │ ├── PlateIdentify.h
│ │ ├── PlateIdentify.rc
│ │ ├── PlateIdentify.vcproj
│ │ ├── PlateIdentifyView.cpp
│ │ ├── PlateIdentifyView.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── PlateIdentifyDoc.ico
│ │ │ ├── PlateIdentify.ico
│ │ │ ├── PlateIdentify.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ └── template
│ │ ├── 0.bmp
│ │ ├── 1.bmp
│ │ ├── 2.bmp
│ │ ├── 3.bmp
│ │ ├── 4.bmp
│ │ ├── 5.bmp
│ │ ├── 6.bmp
│ │ ├── 7.bmp
│ │ ├── 8.bmp
│ │ ├── 9.bmp
│ │ ├── A.bmp
│ │ ├── B.bmp
│ │ ├── C.bmp
│ │ ├── D.bmp
│ │ ├── E.bmp
│ │ ├── F.bmp
│ │ ├── G.bmp
│ │ ├── H.bmp
│ │ ├── J.bmp
│ │ ├── K.bmp
│ │ ├── L.bmp
│ │ ├── M.bmp
│ │ ├── N.bmp
│ │ ├── P.bmp
│ │ ├── Q.bmp
│ │ ├── R.bmp
│ │ ├── S.bmp
│ │ ├── T.bmp
│ │ ├── U.bmp
│ │ ├── V.bmp
│ │ ├── W.bmp
│ │ ├── X.bmp
│ │ ├── Y.bmp
│ │ ├── Z.bmp
│ │ ├── 京.bmp
│ │ ├── 川.bmp
│ │ ├── 浙.bmp
│ │ ├── 湘.bmp
│ │ ├── 琼.bmp
│ │ ├── 粤.bmp
│ │ ├── 辽.bmp
│ │ ├── 鄂.bmp
│ │ └── 黑.bmp
│ └── PlateIdentify.sln
└── 说明.txt
59 directories, 472 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论