实例介绍
《基于OpenCV的计算机视觉技术实现》对应的书中代码。对学习Opencv很有用。
【实例截图】
【核心代码】
66090a52-b25c-47a7-bf8c-df5af5625f62
└── 基于OpenCV的计算机视觉技术实现
├── 程序使用说明.txt
├── 第11章
│ └── HMMDemo
│ ├── ContEHMM.cpp
│ ├── ContEHMM.h
│ ├── cvaux.dll
│ ├── cvcam.dll
│ ├── CV.dll
│ ├── FaceBase.cpp
│ ├── FaceBase.h
│ ├── HighGUI.dll
│ ├── HMMDemo.cpp
│ ├── HMMDemoDoc.cpp
│ ├── HMMDemoDoc.h
│ ├── HMMDemo.dsp
│ ├── HMMDemo.exe
│ ├── HMMDemo.h
│ ├── HMMDemo.rc
│ ├── HMMDemoView.cpp
│ ├── HMMDemoView.h
│ ├── HMMParams.cpp
│ ├── HMMParams.h
│ ├── ImageBaseView.cpp
│ ├── ImageBaseView.h
│ ├── InfoDialogs.cpp
│ ├── InfoDialogs.h
│ ├── IppCVa6.dll
│ ├── IppCVm6.dll
│ ├── IppCVw7.dll
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MiscParams.cpp
│ ├── MiscParams.h
│ ├── multiprocdiv.h
│ ├── OptCVa6.dll
│ ├── OptCVm6.dll
│ ├── OptCVw7.dll
│ ├── Res
│ │ ├── HMMDemoDoc.ico
│ │ ├── HMMDemo.ico
│ │ ├── HMMDemo.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── SampleBase
│ │ ├── OpenCVCFG.txt
│ │ ├── OpenCV.txt
│ │ ├── Sergey.Molinov
│ │ │ ├── hmm.txt
│ │ │ ├── info.txt
│ │ │ ├── Sergey.Molinov0000.bmp
│ │ │ ├── Sergey.Molinov0001.bmp
│ │ │ ├── Sergey.Molinov0002.bmp
│ │ │ ├── Sergey.Molinov0003.bmp
│ │ │ ├── Sergey.Molinov0004.bmp
│ │ │ └── Sergey.Molinov0005.bmp
│ │ ├── untitled_baseCFG.txt
│ │ ├── Vadim.Pisarevsky
│ │ │ ├── hmm.txt
│ │ │ ├── info.txt
│ │ │ ├── Vadim.Pisarevsky0000.bmp
│ │ │ ├── Vadim.Pisarevsky0001.bmp
│ │ │ ├── Vadim.Pisarevsky0002.bmp
│ │ │ ├── Vadim.Pisarevsky0003.bmp
│ │ │ ├── Vadim.Pisarevsky0004.bmp
│ │ │ └── Vadim.Pisarevsky0005.bmp
│ │ ├── Valery.Cherepennikov
│ │ │ ├── hmm.txt
│ │ │ ├── info.txt
│ │ │ ├── Valery.Cherepennikov0000.bmp
│ │ │ ├── Valery.Cherepennikov0001.bmp
│ │ │ ├── Valery.Cherepennikov0002.bmp
│ │ │ ├── Valery.Cherepennikov0003.bmp
│ │ │ ├── Valery.Cherepennikov0004.bmp
│ │ │ └── Valery.Cherepennikov0005.bmp
│ │ ├── Valery.Mosyagin
│ │ │ ├── hmm.txt
│ │ │ ├── info.txt
│ │ │ ├── Valery.Mosyagin0000.bmp
│ │ │ ├── Valery.Mosyagin0001.bmp
│ │ │ ├── Valery.Mosyagin0002.bmp
│ │ │ ├── Valery.Mosyagin0003.bmp
│ │ │ ├── Valery.Mosyagin0004.bmp
│ │ │ └── Valery.Mosyagin0005.bmp
│ │ └── Victor.Eruhimov
│ │ ├── hmm.txt
│ │ ├── info.txt
│ │ ├── Victor.Eruhimov0000.bmp
│ │ ├── Victor.Eruhimov0001.bmp
│ │ ├── Victor.Eruhimov0002.bmp
│ │ ├── Victor.Eruhimov0003.bmp
│ │ ├── Victor.Eruhimov0004.bmp
│ │ └── Victor.Eruhimov0006.bmp
│ ├── SamplingParams.cpp
│ ├── SamplingParams.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ThreadHowTo.txt
│ ├── Threads.cpp
│ ├── Threads.h
│ └── untitled_baseCFG.txt
├── 第12章
│ ├── 12_1
│ │ ├── 12-1.cpp
│ │ ├── 12_1.dsp
│ │ ├── 12_1.dsw
│ │ ├── 12_1.exe
│ │ ├── 12_1.ncb
│ │ ├── 12_1.opt
│ │ ├── 12_1.plg
│ │ └── Image044_00.jpg
│ └── 12_2
│ ├── 12-2.cpp
│ ├── 12_2.dsp
│ ├── 12_2.dsw
│ ├── 12_2.exe
│ ├── 12_2.ncb
│ ├── 12_2.opt
│ ├── 12_2.plg
│ ├── image_coordinate.xml
│ └── world_coordinate.xml
├── 第13章
│ ├── AutoCamShift
│ │ ├── camshift.pdf
│ │ ├── Debug
│ │ │ ├── green.bmp
│ │ │ └── ShadowTrack.exe
│ │ ├── HumanMotion.cpp
│ │ ├── HumanMotion.h
│ │ ├── ReadMe.txt
│ │ ├── ShadowTrack.cpp
│ │ ├── ShadowTrack.dsp
│ │ ├── ShadowTrack.dsp.bak
│ │ ├── ShadowTrack.dsw
│ │ ├── ShadowTrack.opt
│ │ ├── ShadowTrack.plg
│ │ ├── ShadowTrack.sln
│ │ ├── ShadowTrack.suo
│ │ ├── ShadowTrack.vcproj
│ │ ├── ShadowTrack.vcproj.S.luxoom.user
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Vector3f.cpp
│ │ └── VECTOR3F.H
│ └── snake
│ ├── 800px-Snake.jpg
│ ├── snake.cpp
│ └── Snake.jpg
├── 第14章
│ └── 摄像机定标
│ └── cvut_test
│ ├── calibdata.txt
│ ├── caliberation_result.txt
│ ├── calibration.cpp
│ ├── cvut
│ │ ├── cvut.h
│ │ ├── cvutImage.h
│ │ ├── cvutMatrix.h
│ │ ├── cvutSeq.h
│ │ └── cvutUtil.h
│ ├── cvut_test.dsp
│ ├── cvut_test.dsw
│ ├── cvut_test.exe
│ ├── cvut_test.ncb
│ ├── cvut_test.opt
│ ├── cvut_test.plg
│ ├── cvut_test.positions
│ └── image
│ ├── chess1.jpg
│ ├── chess2.jpg
│ ├── chess3.jpg
│ ├── chess4.jpg
│ ├── chess5.jpg
│ ├── chess6.jpg
│ ├── chess7.jpg
│ ├── chess8.jpg
│ ├── chess9.jpg
│ └── Thumbs.db
├── 第15-17章
│ ├── 密集点匹配
│ │ └── VC
│ │ └── cvut_test
│ │ ├── cvut
│ │ │ ├── cvut.h
│ │ │ ├── cvutImage.h
│ │ │ ├── cvutMatrix.h
│ │ │ ├── cvutSeq.h
│ │ │ └── cvutUtil.h
│ │ ├── cvut_test.dsp
│ │ ├── cvut_test.dsw
│ │ ├── cvut_test.exe
│ │ ├── cvut_test.ncb
│ │ ├── cvut_test.opt
│ │ ├── cvut_test.plg
│ │ ├── cvut_test.positions
│ │ ├── cvut_test.sln
│ │ ├── cvut_test.suo
│ │ ├── cvut_test.vcproj
│ │ ├── cvut_test.vcproj.B67AD0B61E4C426.王中杰.user
│ │ ├── dense_correspondence.cpp
│ │ └── image
│ │ ├── Luxor02StereoSm2.jpg
│ │ └── Thumbs.db
│ ├── 稀疏点匹配与重建
│ │ └── cvut_test
│ │ ├── cvut
│ │ │ ├── cvut.h
│ │ │ ├── cvutImage.h
│ │ │ ├── cvutMatrix.h
│ │ │ ├── cvutSeq.h
│ │ │ └── cvutUtil.h
│ │ ├── cvut_test.dsp
│ │ ├── cvut_test.dsw
│ │ ├── cvut_test.exe
│ │ ├── cvut_test.ncb
│ │ ├── cvut_test.opt
│ │ ├── cvut_test.plg
│ │ ├── cvut_test.positions
│ │ ├── glut32.dll
│ │ ├── glut32.lib
│ │ ├── glut.h
│ │ ├── image
│ │ │ ├── 1_l.bmp
│ │ │ ├── 1_r.bmp
│ │ │ └── Thumbs.db
│ │ ├── image_rectify.cpp
│ │ ├── ltga.cpp
│ │ ├── ltga.h
│ │ ├── projective_matrix.txt
│ │ ├── three_dimensional_reconstruction.cpp
│ │ └── three_dimensional_reconstruction.h
│ └── 稀疏点匹配与重建(无图像校正)
│ ├── sparse_correspondence_and_reconstruction_unrectify
│ │ ├── function.cpp
│ │ ├── function.h
│ │ ├── glut32.dll
│ │ ├── glut32.lib
│ │ ├── glut.h
│ │ ├── match_image
│ │ │ ├── 1_l.bmp
│ │ │ ├── 1_r.bmp
│ │ │ └── Thumbs.db
│ │ ├── ReadMe.txt
│ │ ├── reconstruction.cpp
│ │ ├── sparse_correspondence_and_reconstruction_unrectify.cpp
│ │ ├── sparse_correspondence_and_reconstruction_unrectify.exe
│ │ ├── sparse_correspondence_and_reconstruction_unrectify.vcproj
│ │ ├── sparse_correspondence_and_reconstruction_unrectify.vcproj.B67AD0B61E4C426.王中杰.user
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── sparse_correspondence_and_reconstruction_unrectify.ncb
│ ├── sparse_correspondence_and_reconstruction_unrectify.sln
│ └── sparse_correspondence_and_reconstruction_unrectify.suo
├── 第18章
│ ├── 18-1.cpp
│ ├── 18-1.exe
│ ├── 18-2.cpp
│ ├── 18-2.exe
│ ├── 18-3.cpp
│ ├── 18-3.exe
│ ├── 18-4.cpp
│ ├── 18-4.exe
│ ├── 18-5.cpp
│ ├── 18-5.exe
│ ├── 18-6.cpp
│ ├── 18-6.exe
│ ├── 4.png
│ ├── Chapter 18.dsp
│ ├── Chapter 18.dsw
│ ├── Chapter 18.ncb
│ ├── Chapter 18.opt
│ ├── Chapter 18.plg
│ └── test.jpg
├── 第2章
│ ├── OpenCVTest2(ch2.3)
│ │ ├── Debug
│ │ │ ├── OpenCVTest2Dlg.obj
│ │ │ ├── OpenCVTest2.exe
│ │ │ ├── OpenCVTest2.ilk
│ │ │ ├── OpenCVTest2.obj
│ │ │ ├── OpenCVTest2.pch
│ │ │ ├── OpenCVTest2.pdb
│ │ │ ├── OpenCVTest2.res
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── OpenCVTest2.aps
│ │ ├── OpenCVTest2.clw
│ │ ├── OpenCVTest2.cpp
│ │ ├── OpenCVTest2Dlg.cpp
│ │ ├── OpenCVTest2Dlg.h
│ │ ├── OpenCVTest2.dsp
│ │ ├── OpenCVTest2.dsw
│ │ ├── OpenCVTest2.exe
│ │ ├── OpenCVTest2.h
│ │ ├── OpenCVTest2.ncb
│ │ ├── OpenCVTest2.opt
│ │ ├── OpenCVTest2.plg
│ │ ├── OpenCVTest2.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OpenCVTest2.ico
│ │ │ ├── OpenCVTest2.rc2
│ │ │ └── Thumbs.db
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── opencvtest(ch2.2.3)
│ ├── Debug
│ │ ├── Fruits.obj
│ │ ├── opencvtest.exe
│ │ ├── opencvtest.ilk
│ │ ├── opencvtest.pch
│ │ ├── opencvtest.pdb
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── Fruits.cpp
│ ├── fruits.jpg
│ ├── opencvtest.dsp
│ ├── opencvtest.dsw
│ ├── opencvtest.exe
│ ├── opencvtest.ncb
│ ├── opencvtest.opt
│ └── opencvtest.plg
├── 第4章
│ ├── 29mm_image_coordinate.xml
│ ├── 29mm_world_coordinate.xml
│ ├── 4-1.cpp
│ ├── 4-1.exe
│ ├── 4-2.cpp
│ ├── 4-2.exe
│ ├── 4-3.cpp
│ ├── 4-3.exe
│ ├── 4-4.cpp
│ ├── 4-4.exe
│ ├── 4-5.cpp
│ ├── 4-5.exe
│ ├── 4-6.cpp
│ ├── 4-6.exe
│ ├── 4-7.asp
│ ├── 4-7.cpp
│ ├── 4-7.exe
│ ├── 4-8.cpp
│ ├── 4-8.exe
│ ├── 4-9.cpp
│ ├── 4-9.exe
│ ├── bin_img.jpg
│ ├── image_coordinate.xml
│ ├── Mat.xml
│ ├── mat_xml.xml
│ ├── max_yml.yml
│ ├── OpenCV的库文件.cpp
│ ├── pic3.png
│ ├── points_coordinates.xml
│ ├── test.xml
│ ├── world_coordinate.xml
│ ├── zjut2.jpg
│ ├── zjut.jpg
│ ├── 书本上的源程序.dsp
│ ├── 书本上的源程序.dsw
│ ├── 书本上的源程序.ncb
│ ├── 书本上的源程序.opt
│ ├── 书本上的源程序.plg
│ ├── 放鸽子女神.jpg
│ └── 标定矩阵的求解结果.txt
├── 第5章
│ ├── 5-1.cpp
│ ├── 5-1.exe
│ ├── 5-2.cpp
│ ├── 5-2.exe
│ ├── 5-3.cpp
│ ├── 5-3.exe
│ ├── 5-4.cpp
│ ├── 5-4.exe
│ ├── 5-5.asp
│ ├── 5-5.cpp
│ ├── 5-5.exe
│ ├── 5-6.asp
│ ├── 5-6.cpp
│ ├── 5-6.exe
│ ├── 5-7.cpp
│ ├── 5-7.exe
│ ├── 5.cpp
│ ├── a0FactM.m
│ ├── bin_img.jpg
│ ├── image_coordinate.xml
│ ├── mat_5-6.xml
│ ├── Mat.xml
│ ├── mat_xml.xml
│ ├── max_yml.yml
│ ├── OpenCV的库文件.cpp
│ ├── pic3.png
│ ├── test.xml
│ ├── zjut2.jpg
│ ├── zjut.jpg
│ ├── 书本上的源程序.dsp
│ ├── 书本上的源程序.dsw
│ ├── 书本上的源程序.ncb
│ ├── 书本上的源程序.opt
│ ├── 书本上的源程序.plg
│ ├── 可能要用到的.txt
│ └── 放鸽子女神.jpg
├── 第6章
│ ├── Debug
│ │ └── Image.exe
│ ├── Image.aps
│ ├── Image.clw
│ ├── Image.cpp
│ ├── ImageDoc.cpp
│ ├── ImageDoc.h
│ ├── Image.dsp
│ ├── Image.dsw
│ ├── Image.exe
│ ├── Image.h
│ ├── Image.ncb
│ ├── Image.opt
│ ├── Image.plg
│ ├── Image.rc
│ ├── ImageView.cpp
│ ├── ImageView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ImageDoc.ico
│ │ ├── Image.ico
│ │ ├── Image.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第7章
│ ├── BezierOPENCV
│ │ ├── Release
│ │ │ ├── bezier.bmp
│ │ │ ├── Bezier.exe
│ │ │ ├── bezier.PNG
│ │ │ ├── cv100.dll
│ │ │ ├── cvaux100.dll
│ │ │ ├── cvcam100.dll
│ │ │ ├── cxcore100.dll
│ │ │ ├── cxts001.dll
│ │ │ ├── highgui100.dll
│ │ │ ├── libguide40.dll
│ │ │ └── ml100.dll
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── TrainingTools.cpp
│ │ ├── TrainingTools.sln
│ │ ├── TrainingTools.vcproj
│ │ └── TrainingTools.vcproj.LUXOOM_TP.Hardy.user
│ └── detect
│ ├── Debug
│ │ ├── cv100.dll
│ │ ├── cvaux100.dll
│ │ ├── cvcam100.dll
│ │ ├── cxcore100.dll
│ │ ├── cxts001.dll
│ │ ├── detect.cmd
│ │ ├── detect.exe
│ │ ├── Example-facedetect.png
│ │ ├── haarcascade_frontalface_alt2.xml
│ │ ├── haarcascade_frontalface_alt_tree.xml
│ │ ├── haarcascade_frontalface_alt.xml
│ │ ├── haarcascade_frontalface_default.xml
│ │ ├── haarcascade_fullbody.xml
│ │ ├── haarcascade_lowerbody.xml
│ │ ├── haarcascade_profileface.xml
│ │ ├── haarcascade_upperbody.xml
│ │ ├── highgui100.dll
│ │ ├── lena0.jpg
│ │ ├── lena.jpg
│ │ ├── libguide40.dll
│ │ └── ml100.dll
│ └── detect.cpp
├── 第8章
│ ├── 1.jpg
│ ├── 8-1.cpp
│ ├── 8-1.exe
│ ├── 8-2.cpp
│ ├── 8-2.exe
│ ├── 8-3.cpp
│ ├── 8-3.exe
│ ├── 8-4.cpp
│ ├── 8-4.exe
│ ├── 8-5.cpp
│ ├── 8-5.exe
│ ├── 8-6.cpp
│ ├── 8-6.exe
│ ├── Chapter 8.dsp
│ ├── Chapter 8.dsw
│ ├── Chapter 8.ncb
│ ├── Chapter 8.opt
│ ├── Chapter 8.plg
│ └── test.jpg
└── 第9章
├── 9-1.cpp
├── 9-1.exe
├── 9-2.cpp
├── 9-2.exe
├── 9-3.cpp
├── 9-3.exe
├── CHAPTER 9.dsp
├── CHAPTER 9.dsw
├── CHAPTER 9.ncb
├── CHAPTER 9.opt
└── CHAPTER 9.plg
54 directories, 453 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论