实例介绍
Visual C++典型模块与项目实战大全(源码03~15).zip
【实例截图】
【核心代码】
Visual_C典型模块与项目实战大全(源码03~15)
└── Visual C++典型模块与项目实战大全(源码03~15)
├── 第10章
│ └── 局域网聊天室
│ ├── Client
│ │ ├── Client.aps
│ │ ├── Client.clw
│ │ ├── Client.cpp
│ │ ├── ClientDlg.cpp
│ │ ├── ClientDlg.h
│ │ ├── Client.dsp
│ │ ├── Client.dsw
│ │ ├── Client.h
│ │ ├── Client.ncb
│ │ ├── Client.opt
│ │ ├── Client.plg
│ │ ├── Client.rc
│ │ ├── LogDlg.cpp
│ │ ├── LogDlg.h
│ │ ├── MAINFRAME.ico
│ │ ├── MySocket.cpp
│ │ ├── MySocket.h
│ │ ├── Release
│ │ │ ├── Client.bsc
│ │ │ ├── ClientDlg.obj
│ │ │ ├── ClientDlg.sbr
│ │ │ ├── Client.exe
│ │ │ ├── Client.obj
│ │ │ ├── Client.res
│ │ │ ├── Client.sbr
│ │ │ ├── LogDlg.obj
│ │ │ ├── LogDlg.sbr
│ │ │ ├── MySocket.obj
│ │ │ ├── MySocket.sbr
│ │ │ ├── StdAfx.obj
│ │ │ ├── StdAfx.sbr
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── 1-1副本.bmp
│ │ │ ├── 1-1副本.ico
│ │ │ ├── 123.bmp
│ │ │ ├── 1-2副本.bmp
│ │ │ ├── 1-2副本.ico
│ │ │ ├── 1-3副本.bmp
│ │ │ ├── 1-3副本.ico
│ │ │ ├── 1-4副本.ico
│ │ │ ├── 1-6副本.ico
│ │ │ ├── 1_7.ico
│ │ │ ├── 20100716125149159.ico
│ │ │ ├── 20100716125247255.ico
│ │ │ ├── 2_1.ico
│ │ │ ├── 2_2.ico
│ │ │ ├── 2_6.ico
│ │ │ ├── 2_7.ico
│ │ │ ├── bitmap1.bmp
│ │ │ ├── cancel1.bmp
│ │ │ ├── cancel2.bmp
│ │ │ ├── canceld1.bmp
│ │ │ ├── Client.ico
│ │ │ ├── Client.rc2
│ │ │ ├── ico00001.ico
│ │ │ ├── icon10.ico
│ │ │ ├── icon11.ico
│ │ │ ├── icon12.ico
│ │ │ ├── icon13.ico
│ │ │ ├── icon14.ico
│ │ │ ├── icon7.ico
│ │ │ ├── icon8.ico
│ │ │ ├── icon9.ico
│ │ │ ├── icon.ico
│ │ │ ├── LBLD.bmp
│ │ │ ├── LBLD副本.bmp
│ │ │ ├── login1.bmp
│ │ │ ├── login2.bmp
│ │ │ ├── login.bmp
│ │ │ ├── logind1.bmp
│ │ │ ├── MAINFRAME.ico
│ │ │ ├── send1.bmp
│ │ │ ├── send2.bmp
│ │ │ ├── sendd1.bmp
│ │ │ ├── ShutDown1.bmp
│ │ │ ├── ShutDown2.bmp
│ │ │ ├── TALKBK.bmp
│ │ │ ├── 无标题3.bmp
│ │ │ └── 未命名.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Server
│ ├── MySocket.cpp
│ ├── MySocket.h
│ ├── Release
│ │ ├── MySocket.obj
│ │ ├── ServerDlg.obj
│ │ ├── Server.exe
│ │ ├── Server.obj
│ │ ├── Server.res
│ │ ├── StdAfx.obj
│ │ └── vc60.idb
│ ├── res
│ │ ├── exitd1.bmp
│ │ ├── Server.ico
│ │ ├── Server.rc2
│ │ ├── Shut1.bmp
│ │ ├── Shut2.bmp
│ │ ├── 未标题-2.bmp
│ │ └── 未标题-2.gif
│ ├── resource.h
│ ├── Server.aps
│ ├── Server.clw
│ ├── Server.cpp
│ ├── ServerDlg.cpp
│ ├── ServerDlg.h
│ ├── Server.dsp
│ ├── Server.dsw
│ ├── Server.h
│ ├── Server.ncb
│ ├── Server.opt
│ ├── Server.plg
│ ├── Server.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第11章
│ └── 截屏程序
│ ├── CatchKeyBoard
│ │ ├── CatchKeyBoard.dsp
│ │ ├── CatchKeyBoard.dsw
│ │ ├── CatchKeyBoard.ncb
│ │ ├── CatchKeyBoard.opt
│ │ ├── CatchKeyBoard.plg
│ │ ├── CatchKey.cpp
│ │ ├── CatchKey.def
│ │ └── CatchKey.h
│ └── ScreenShots
│ ├── CatchDlg.cpp
│ ├── CatchDlg.h
│ ├── CatchKeyBoard.dll
│ ├── CatchKeyBoard.lib
│ ├── CatchKey.h
│ ├── Cursor
│ │ ├── Dgn2_Hnd.cur
│ │ ├── Link_Hnd.cur
│ │ └── 上曲-move.cur
│ ├── Dgn2_Hnd.cur
│ ├── Link_Hnd.cur
│ ├── MyEdit.cpp
│ ├── MyEdit.h
│ ├── MyTracker.cpp
│ ├── MyTracker.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── arrow_m.cur
│ │ ├── bitmap1.bmp
│ │ ├── bitmap2.bmp
│ │ ├── ScreenShots.ico
│ │ ├── ScreenShots.rc2
│ │ ├── 未标题-1.bmp
│ │ └── 未标题-1副本.bmp
│ ├── resource.h
│ ├── ScreenShots.aps
│ ├── ScreenShots.clw
│ ├── ScreenShots.cpp
│ ├── ScreenShotsDlg.cpp
│ ├── ScreenShotsDlg.h
│ ├── ScreenShots.dsp
│ ├── ScreenShots.dsw
│ ├── ScreenShots.h
│ ├── ScreenShots.ncb
│ ├── ScreenShots.opt
│ ├── ScreenShots.plg
│ ├── ScreenShots.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 未标题-1.bmp
├── 第12章
│ └── 扫雷游戏
│ └── MineGame
│ ├── CustomDlg.cpp
│ ├── CustomDlg.h
│ ├── DlgNewRecord.cpp
│ ├── DlgNewRecord.h
│ ├── HeroDlg.cpp
│ ├── HeroDlg.h
│ ├── MineGame.aps
│ ├── MineGame.clw
│ ├── MineGame.cpp
│ ├── MineGameDEF.h
│ ├── MineGameDlg.cpp
│ ├── MineGameDlg.h
│ ├── MineGame.dsp
│ ├── MineGame.dsw
│ ├── MineGame.h
│ ├── MineGame.ncb
│ ├── MineGame.opt
│ ├── MineGame.plg
│ ├── MineGame.rc
│ ├── MineGame.sln
│ ├── MineGame.suo
│ ├── ReadMe.txt
│ ├── res
│ │ ├── BITMAP10.BMP
│ │ ├── BITMAP11.BMP
│ │ ├── BITMAP20.BMP
│ │ ├── BITMAP21.BMP
│ │ ├── BITMAP30.BMP
│ │ ├── BITMAP31.BMP
│ │ ├── btn_colo.bmp
│ │ ├── btn_gray.bmp
│ │ ├── favicon.ico
│ │ ├── icon1.ico
│ │ ├── MineGame.ico
│ │ ├── MineGame.rc2
│ │ ├── Mine.ico
│ │ ├── WAV1.WAV
│ │ ├── WAV2.WAV
│ │ └── WAV3.WAV
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ustomDlg.cpp
│ └── ustomDlg.h
├── 第13章
│ └── 串口调试器
│ └── comElves
│ ├── comElves.aps
│ ├── comElves.clw
│ ├── comElves.cpp
│ ├── comElvesDlg.cpp
│ ├── comElvesDlg.h
│ ├── comElves.dsp
│ ├── comElves.dsw
│ ├── comElves.h
│ ├── comElves.ncb
│ ├── comElves.opt
│ ├── comElves.plg
│ ├── comElves.rc
│ ├── MyComSetDlg.cpp
│ ├── MyComSetDlg.h
│ ├── MySerial.cpp
│ ├── MySerial.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── comElves.ico
│ │ ├── comElves.rc2
│ │ ├── toolbar1.bmp
│ │ ├── toolbar.bmp
│ │ ├── toolbarh.bmp
│ │ └── 未标题-1副本.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第14章
│ └── PrintTest
│ ├── MyPreviewView.cpp
│ ├── MyPreviewView.h
│ ├── PrintFrameWnd.cpp
│ ├── PrintFrameWnd.h
│ ├── PrintTest.aps
│ ├── PrintTest.clw
│ ├── PrintTest.cpp
│ ├── PrintTestDlg.cpp
│ ├── PrintTestDlg.h
│ ├── PrintTest.dsp
│ ├── PrintTest.dsw
│ ├── PrintTest.h
│ ├── PrintTest.ncb
│ ├── PrintTest.opt
│ ├── PrintTest.plg
│ ├── PrintTest.rc
│ ├── PrintTest.sln
│ ├── PrintTest.suo
│ ├── PrintTest.vcproj
│ ├── PrintView.cpp
│ ├── PrintView.h
│ ├── PrintXDlg.cpp
│ ├── PrintXDlg.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PrintTest.ico
│ │ └── PrintTest.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第15章
│ ├── 15-1
│ │ └── GetProcessCpu
│ │ ├── GetProcessCpu.cpp
│ │ ├── GetProcessCpu.dsp
│ │ ├── GetProcessCpu.dsw
│ │ ├── GetProcessCpu.ncb
│ │ ├── GetProcessCpu.opt
│ │ ├── GetProcessCpu.plg
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 15-2
│ │ └── GetCpuUseage
│ │ ├── CpuUsage.cpp
│ │ ├── CpuUsage.h
│ │ ├── GetCpuUseage.aps
│ │ ├── GetCpuUseage.clw
│ │ ├── GetCpuUseage.cpp
│ │ ├── GetCpuUseageDlg.cpp
│ │ ├── GetCpuUseageDlg.h
│ │ ├── GetCpuUseage.dsp
│ │ ├── GetCpuUseage.dsw
│ │ ├── GetCpuUseage.h
│ │ ├── GetCpuUseage.ncb
│ │ ├── GetCpuUseage.opt
│ │ ├── GetCpuUseage.plg
│ │ ├── GetCpuUseage.positions
│ │ ├── GetCpuUseage.rc
│ │ ├── PerfCounters.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GetCpuUseage.ico
│ │ │ └── GetCpuUseage.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 15-3
│ ├── BMP与JPG互转的GDI库
│ │ └── GDIPlus
│ │ ├── BmpTransJpg.dll
│ │ ├── gdiplus.dll
│ │ ├── Includes
│ │ │ ├── GdiPlusBase.h
│ │ │ ├── GdiPlusBitmap.h
│ │ │ ├── GdiPlusBrush.h
│ │ │ ├── GdiPlusCachedBitmap.h
│ │ │ ├── GdiPlusColor.h
│ │ │ ├── GdiPlusColorMatrix.h
│ │ │ ├── GdiPlusEnums.h
│ │ │ ├── GdiPlusFlat.h
│ │ │ ├── GdiPlusFontCollection.h
│ │ │ ├── GdiPlusFontFamily.h
│ │ │ ├── GdiPlusFont.h
│ │ │ ├── GdiPlusGpStubs.h
│ │ │ ├── GdiPlusGraphics.h
│ │ │ ├── GdiPlus.h
│ │ │ ├── GdiPlusHeaders.h
│ │ │ ├── GdiPlusimageAttributes.h
│ │ │ ├── GdiPlusImageCodec.h
│ │ │ ├── GdiPlusImaging.h
│ │ │ ├── GdiPlusInit.h
│ │ │ ├── GdiPlusLineCaps.h
│ │ │ ├── GdiPlusMatrix.h
│ │ │ ├── GdiPlusMem.h
│ │ │ ├── GdiPlusMetaFile.h
│ │ │ ├── GdiPlusMetaHeader.h
│ │ │ ├── GdiPlusPath.h
│ │ │ ├── GdiPlusPen.h
│ │ │ ├── GdiPlusPixelFormats.h
│ │ │ ├── GdiPlusRegion.h
│ │ │ ├── GdiPlusStringFormat.h
│ │ │ ├── GdiPlusTypes.h
│ │ │ ├── PictureConvert.cpp
│ │ │ └── PictureConvert.h
│ │ ├── Lib
│ │ │ ├── BmpTransJpg.lib
│ │ │ └── GdiPlus.lib
│ │ └── 说明.txt
│ ├── NetModuleLib
│ │ ├── Dgj_InitSocket.cpp
│ │ ├── Dgj_InitSocket.h
│ │ ├── Dgj_Lock.cpp
│ │ ├── Dgj_Lock.h
│ │ ├── Dgj_Log.cpp
│ │ ├── Dgj_Log.h
│ │ ├── Dgj_Thread.h
│ │ ├── NetPackage.cpp
│ │ ├── NetPackage.h
│ │ ├── TcpClient.cpp
│ │ ├── TcpClient.h
│ │ ├── TcpConnectInstance.cpp
│ │ ├── TcpConnectInstance.h
│ │ ├── TcpServe.cpp
│ │ ├── TcpServe.h
│ │ ├── vc_warning_disable.h
│ │ └── 使用说明.txt
│ ├── OpenCV
│ │ ├── apps
│ │ │ └── HaarTraining
│ │ │ ├── doc
│ │ │ │ └── haartraining.htm
│ │ │ ├── include
│ │ │ │ └── cvhaartraining.h
│ │ │ ├── make
│ │ │ │ ├── createsamples.dsp
│ │ │ │ ├── createsamples.vcproj
│ │ │ │ ├── cvhaartraining.dsp
│ │ │ │ ├── cvhaartraining.vcproj
│ │ │ │ ├── haartraining.dsp
│ │ │ │ ├── haartraining.dsw
│ │ │ │ ├── haartraining.sln
│ │ │ │ ├── haartraining.vcproj
│ │ │ │ ├── performance.dsp
│ │ │ │ └── performance.vcproj
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── src
│ │ │ ├── createsamples.cpp
│ │ │ ├── cvboost.cpp
│ │ │ ├── cvclassifier.h
│ │ │ ├── cvcommon.cpp
│ │ │ ├── _cvcommon.h
│ │ │ ├── cvhaarclassifier.cpp
│ │ │ ├── cvhaartraining.cpp
│ │ │ ├── _cvhaartraining.h
│ │ │ ├── cvsamples.cpp
│ │ │ ├── haartraining.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── performance.cpp
│ │ ├── AUTHORS
│ │ ├── bin
│ │ │ ├── calibfilter.ax
│ │ │ ├── createsamples.exe
│ │ │ ├── cv100.dll
│ │ │ ├── cvaux100.dll
│ │ │ ├── cvcam100.dll
│ │ │ ├── cvinfo.exe
│ │ │ ├── cvtest.exe
│ │ │ ├── cxcore100.dll
│ │ │ ├── cxcoretest.exe
│ │ │ ├── cxts001.dll
│ │ │ ├── haartraining.exe
│ │ │ ├── highgui100.dll
│ │ │ ├── libguide40.dll
│ │ │ ├── ml100.dll
│ │ │ ├── performance.exe
│ │ │ ├── proxytrans.ax
│ │ │ ├── registerall.bat
│ │ │ └── syncfilter.ax
│ │ ├── ChangeLog
│ │ ├── cv
│ │ │ ├── include
│ │ │ │ ├── cvcompat.h
│ │ │ │ ├── cv.h
│ │ │ │ ├── cv.hpp
│ │ │ │ ├── cvstreams.h
│ │ │ │ ├── cvtypes.h
│ │ │ │ ├── Makefile.am
│ │ │ │ └── Makefile.in
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── src
│ │ │ ├── cvaccum.cpp
│ │ │ ├── cvadapthresh.cpp
│ │ │ ├── cvapprox.cpp
│ │ │ ├── cvcalccontrasthistogram.cpp
│ │ │ ├── cvcalcimagehomography.cpp
│ │ │ ├── cvcalibinit.cpp
│ │ │ ├── cvcalibration.cpp
│ │ │ ├── cvcamshift.cpp
│ │ │ ├── cvcanny.cpp
│ │ │ ├── cvcolor.cpp
│ │ │ ├── cvcondens.cpp
│ │ │ ├── cvcontours.cpp
│ │ │ ├── cvcontourtree.cpp
│ │ │ ├── cvconvhull.cpp
│ │ │ ├── cvconvolve.cpp
│ │ │ ├── cvcorner.cpp
│ │ │ ├── cvcornersubpix.cpp
│ │ │ ├── cvderiv.cpp
│ │ │ ├── cvdistransform.cpp
│ │ │ ├── cvdominants.cpp
│ │ │ ├── cv.dsp
│ │ │ ├── cvemd.cpp
│ │ │ ├── cvfeatureselect.cpp
│ │ │ ├── cvfilter.cpp
│ │ │ ├── cvfloodfill.cpp
│ │ │ ├── cvfundam.cpp
│ │ │ ├── cvgeometry.cpp
│ │ │ ├── _cvgeom.h
│ │ │ ├── _cv.h
│ │ │ ├── cvhaar.cpp
│ │ │ ├── cvhistogram.cpp
│ │ │ ├── cvhough.cpp
│ │ │ ├── _cvimgproc.h
│ │ │ ├── cvimgwarp.cpp
│ │ │ ├── cvinpaint.cpp
│ │ │ ├── _cvipp.h
│ │ │ ├── cvkalman.cpp
│ │ │ ├── cvlinefit.cpp
│ │ │ ├── _cvlist.h
│ │ │ ├── cvlkpyramid.cpp
│ │ │ ├── cvmatchcontours.cpp
│ │ │ ├── _cvmatrix.h
│ │ │ ├── cvmoments.cpp
│ │ │ ├── cvmorph.cpp
│ │ │ ├── cvmotempl.cpp
│ │ │ ├── cvoptflowbm.cpp
│ │ │ ├── cvoptflowhs.cpp
│ │ │ ├── cvoptflowlk.cpp
│ │ │ ├── cvpgh.cpp
│ │ │ ├── cvposit.cpp
│ │ │ ├── cvprecomp.cpp
│ │ │ ├── cvpyramids.cpp
│ │ │ ├── cvpyrsegmentation.cpp
│ │ │ ├── cv.rc
│ │ │ ├── cvrotcalipers.cpp
│ │ │ ├── cvsamplers.cpp
│ │ │ ├── cvsegmentation.cpp
│ │ │ ├── cvshapedescr.cpp
│ │ │ ├── cvsmooth.cpp
│ │ │ ├── cvsnakes.cpp
│ │ │ ├── cvsubdivision2d.cpp
│ │ │ ├── cvsumpixels.cpp
│ │ │ ├── cvswitcher.cpp
│ │ │ ├── cvtables.cpp
│ │ │ ├── cvtemplmatch.cpp
│ │ │ ├── cvthresh.cpp
│ │ │ ├── cvundistort.cpp
│ │ │ ├── cvutils.cpp
│ │ │ ├── cv.vcproj
│ │ │ ├── dummy.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── makefile.gnu
│ │ │ ├── Makefile.in
│ │ │ ├── makefile.ms
│ │ │ └── resource.h
│ │ ├── cvaux
│ │ │ ├── include
│ │ │ │ ├── cvaux.h
│ │ │ │ ├── cvaux.hpp
│ │ │ │ ├── cvmat.hpp
│ │ │ │ ├── cvvidsurv.hpp
│ │ │ │ ├── Makefile.am
│ │ │ │ └── Makefile.in
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── src
│ │ │ ├── camshift.cpp
│ │ │ ├── cv3dtracker.cpp
│ │ │ ├── cvaux.cpp
│ │ │ ├── cvaux.dsp
│ │ │ ├── _cvaux.h
│ │ │ ├── cvaux.rc
│ │ │ ├── cvauxutils.cpp
│ │ │ ├── cvaux.vcproj
│ │ │ ├── cvbgfg_acmmm2003.cpp
│ │ │ ├── cvbgfg_common.cpp
│ │ │ ├── cvbgfg_gaussmix.cpp
│ │ │ ├── cvcalibfilter.cpp
│ │ │ ├── cvclique.cpp
│ │ │ ├── cvcorrespond.cpp
│ │ │ ├── cvcorrimages.cpp
│ │ │ ├── cvcreatehandmask.cpp
│ │ │ ├── cvdpstereo.cpp
│ │ │ ├── cveigenobjects.cpp
│ │ │ ├── cvepilines.cpp
│ │ │ ├── cvface.cpp
│ │ │ ├── cvfacedetection.cpp
│ │ │ ├── _cvfacedetection.h
│ │ │ ├── cvfacedetection.h
│ │ │ ├── cvface.h
│ │ │ ├── cvfacetemplate.cpp
│ │ │ ├── cvfacetemplate.h
│ │ │ ├── cvfindface.cpp
│ │ │ ├── cvfindhandregion.cpp
│ │ │ ├── cvhmm1d.cpp
│ │ │ ├── cvhmm.cpp
│ │ │ ├── cvhmmobs.cpp
│ │ │ ├── cvlcm.cpp
│ │ │ ├── cvlee.cpp
│ │ │ ├── cvlevmar.cpp
│ │ │ ├── cvlevmarprojbandle.cpp
│ │ │ ├── cvlevmartrif.cpp
│ │ │ ├── cvlines.cpp
│ │ │ ├── cvlmeds.cpp
│ │ │ ├── cvmat.cpp
│ │ │ ├── cvmorphcontours.cpp
│ │ │ ├── cvmorphing.cpp
│ │ │ ├── cvprewarp.cpp
│ │ │ ├── cvscanlines.cpp
│ │ │ ├── cvsegment.cpp
│ │ │ ├── cvsubdiv2.cpp
│ │ │ ├── cvtexture.cpp
│ │ │ ├── cvtrifocal.cpp
│ │ │ ├── cvvecfacetracking.cpp
│ │ │ ├── _cvvectrack.h
│ │ │ ├── cvvideo.cpp
│ │ │ ├── _cvvm.h
│ │ │ ├── decomppoly.cpp
│ │ │ ├── dummy.cpp
│ │ │ ├── enmin.cpp
│ │ │ ├── extendededges.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── makefile.gnu
│ │ │ ├── Makefile.in
│ │ │ ├── makefile.ms
│ │ │ ├── precomp.cpp
│ │ │ ├── resource.h
│ │ │ └── vs
│ │ │ ├── bgfg_estimation.cpp
│ │ │ ├── blobtrackanalysis.cpp
│ │ │ ├── blobtrackanalysishist.cpp
│ │ │ ├── blobtrackanalysisior.cpp
│ │ │ ├── blobtrackanalysistrackdist.cpp
│ │ │ ├── blobtrackgen1.cpp
│ │ │ ├── blobtrackgenyml.cpp
│ │ │ ├── blobtrackingauto.cpp
│ │ │ ├── blobtrackingcc.cpp
│ │ │ ├── blobtrackingccwithcr.cpp
│ │ │ ├── blobtrackingkalman.cpp
│ │ │ ├── blobtrackinglist.cpp
│ │ │ ├── blobtrackingmsfg.cpp
│ │ │ ├── blobtrackingmsfgs.cpp
│ │ │ ├── blobtrackpostprockalman.cpp
│ │ │ ├── blobtrackpostproclinear.cpp
│ │ │ ├── blobtrackpostproclist.cpp
│ │ │ ├── enteringblobdetection.cpp
│ │ │ ├── enteringblobdetectionreal.cpp
│ │ │ └── testseq.cpp
│ │ ├── cxcore
│ │ │ ├── include
│ │ │ │ ├── cvver.h
│ │ │ │ ├── cxcore.h
│ │ │ │ ├── cxcore.hpp
│ │ │ │ ├── cxerror.h
│ │ │ │ ├── cxmisc.h
│ │ │ │ ├── cxtypes.h
│ │ │ │ ├── Makefile.am
│ │ │ │ └── Makefile.in
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── src
│ │ │ ├── cxalloc.cpp
│ │ │ ├── cxarithm.cpp
│ │ │ ├── cxarray.cpp
│ │ │ ├── cxcmp.cpp
│ │ │ ├── cxconvert.cpp
│ │ │ ├── cxcopy.cpp
│ │ │ ├── cxcore.dsp
│ │ │ ├── _cxcore.h
│ │ │ ├── cxcore.rc
│ │ │ ├── cxcore.vcproj
│ │ │ ├── cxdatastructs.cpp
│ │ │ ├── cxdrawing.cpp
│ │ │ ├── cxdxt.cpp
│ │ │ ├── cxerror.cpp
│ │ │ ├── cximage.cpp
│ │ │ ├── _cxipp.h
│ │ │ ├── cxjacobieigens.cpp
│ │ │ ├── cxlogic.cpp
│ │ │ ├── cxlut.cpp
│ │ │ ├── cxmathfuncs.cpp
│ │ │ ├── cxmatmul.cpp
│ │ │ ├── cxmatrix.cpp
│ │ │ ├── cxmean.cpp
│ │ │ ├── cxmeansdv.cpp
│ │ │ ├── cxminmaxloc.cpp
│ │ │ ├── cxnorm.cpp
│ │ │ ├── cxouttext.cpp
│ │ │ ├── cxpersistence.cpp
│ │ │ ├── cxprecomp.cpp
│ │ │ ├── cxrand.cpp
│ │ │ ├── cxsumpixels.cpp
│ │ │ ├── cxsvd.cpp
│ │ │ ├── cxswitcher.cpp
│ │ │ ├── cxtables.cpp
│ │ │ ├── cxutils.cpp
│ │ │ ├── dummy.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── makefile.gnu
│ │ │ ├── Makefile.in
│ │ │ ├── makefile.ms
│ │ │ └── resource.h
│ │ ├── data
│ │ │ ├── haarcascades
│ │ │ │ ├── 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
│ │ │ └── readme.txt
│ │ ├── DirectShow
│ │ │ ├── CameraDS.cpp
│ │ │ ├── CameraDS.h
│ │ │ ├── Include
│ │ │ │ ├── activecf.h
│ │ │ │ ├── amaudio.h
│ │ │ │ ├── amparse.h
│ │ │ │ ├── amstream.h
│ │ │ │ ├── amva.h
│ │ │ │ ├── Amvideo.h
│ │ │ │ ├── atsmedia.h
│ │ │ │ ├── audevcod.h
│ │ │ │ ├── austream.h
│ │ │ │ ├── aviriff.h
│ │ │ │ ├── basetsd.h
│ │ │ │ ├── bdaiface.h
│ │ │ │ ├── bdamedia.h
│ │ │ │ ├── Bdatif.h
│ │ │ │ ├── bdatypes.h
│ │ │ │ ├── comlite.h
│ │ │ │ ├── control.h
│ │ │ │ ├── d3d8caps.h
│ │ │ │ ├── d3d8.h
│ │ │ │ ├── d3d8types.h
│ │ │ │ ├── d3d9caps.h
│ │ │ │ ├── d3d9.h
│ │ │ │ ├── d3d9types.h
│ │ │ │ ├── d3dcaps.h
│ │ │ │ ├── d3d.h
│ │ │ │ ├── d3drmdef.h
│ │ │ │ ├── d3drm.h
│ │ │ │ ├── d3drmobj.h
│ │ │ │ ├── d3drmwin.h
│ │ │ │ ├── d3dtypes.h
│ │ │ │ ├── d3dvec.inl
│ │ │ │ ├── d3dx8core.h
│ │ │ │ ├── d3dx8effect.h
│ │ │ │ ├── d3dx8.h
│ │ │ │ ├── d3dx8math.h
│ │ │ │ ├── d3dx8math.inl
│ │ │ │ ├── d3dx8mesh.h
│ │ │ │ ├── d3dx8shape.h
│ │ │ │ ├── d3dx8tex.h
│ │ │ │ ├── d3dx9anim.h
│ │ │ │ ├── d3dx9core.h
│ │ │ │ ├── d3dx9effect.h
│ │ │ │ ├── d3dx9.h
│ │ │ │ ├── d3dx9math.h
│ │ │ │ ├── d3dx9math.inl
│ │ │ │ ├── d3dx9mesh.h
│ │ │ │ ├── d3dx9shader.h
│ │ │ │ ├── d3dx9shape.h
│ │ │ │ ├── d3dx9tex.h
│ │ │ │ ├── d3dxcore.h
│ │ │ │ ├── d3dxerr.h
│ │ │ │ ├── d3dx.h
│ │ │ │ ├── d3dxmath.h
│ │ │ │ ├── d3dxmath.inl
│ │ │ │ ├── d3dxshapes.h
│ │ │ │ ├── d3dxsprite.h
│ │ │ │ ├── ddraw.h
│ │ │ │ ├── ddstream.h
│ │ │ │ ├── dinputd.h
│ │ │ │ ├── dinput.h
│ │ │ │ ├── dls1.h
│ │ │ │ ├── dls2.h
│ │ │ │ ├── dmdls.h
│ │ │ │ ├── dmerror.h
│ │ │ │ ├── dmksctrl.h
│ │ │ │ ├── dmodshow.h
│ │ │ │ ├── dmo.h
│ │ │ │ ├── dmoimpl.h
│ │ │ │ ├── dmoreg.h
│ │ │ │ ├── dmort.h
│ │ │ │ ├── dmplugin.h
│ │ │ │ ├── dmusbuff.h
│ │ │ │ ├── dmusicc.h
│ │ │ │ ├── dmusicf.h
│ │ │ │ ├── dmusici.h
│ │ │ │ ├── dmusics.h
│ │ │ │ ├── dpaddr.h
│ │ │ │ ├── dplay8.h
│ │ │ │ ├── dplay.h
│ │ │ │ ├── dplobby8.h
│ │ │ │ ├── dplobby.h
│ │ │ │ ├── dpnathlp.h
│ │ │ │ ├── dsconf.h
│ │ │ │ ├── dsetup.h
│ │ │ │ ├── dshowasf.h
│ │ │ │ ├── DShow.h
│ │ │ │ ├── dsound.h
│ │ │ │ ├── dvdevcod.h
│ │ │ │ ├── dvdmedia.h
│ │ │ │ ├── dv.h
│ │ │ │ ├── dvoice.h
│ │ │ │ ├── dvp.h
│ │ │ │ ├── dx7todx8.h
│ │ │ │ ├── DxDiag.h
│ │ │ │ ├── dxerr8.h
│ │ │ │ ├── dxerr9.h
│ │ │ │ ├── dxfile.h
│ │ │ │ ├── dxtrans.h
│ │ │ │ ├── dxva.h
│ │ │ │ ├── edevctrl.h
│ │ │ │ ├── edevdefs.h
│ │ │ │ ├── errors.h
│ │ │ │ ├── evcode.h
│ │ │ │ ├── il21dec.h
│ │ │ │ ├── Iwstdec.h
│ │ │ │ ├── ksguid.h
│ │ │ │ ├── ks.h
│ │ │ │ ├── ksmedia.h
│ │ │ │ ├── ksproxy.h
│ │ │ │ ├── ksuuids.h
│ │ │ │ ├── mediaerr.h
│ │ │ │ ├── mediaobj.h
│ │ │ │ ├── medparam.h
│ │ │ │ ├── mixerocx.h
│ │ │ │ ├── mmstream.h
│ │ │ │ ├── mpconfig.h
│ │ │ │ ├── Mpeg2Bits.h
│ │ │ │ ├── mpeg2data.h
│ │ │ │ ├── Mpeg2Error.h
│ │ │ │ ├── mpegtype.h
│ │ │ │ ├── Mstvca.h
│ │ │ │ ├── Mstve.h
│ │ │ │ ├── Msvidctl.h
│ │ │ │ ├── Msvidctl.tlb
│ │ │ │ ├── multimon.h
│ │ │ │ ├── playlist.h
│ │ │ │ ├── qedit.h
│ │ │ │ ├── qnetwork.h
│ │ │ │ ├── regbag.h
│ │ │ │ ├── rmxfguid.h
│ │ │ │ ├── rmxftmpl.h
│ │ │ │ ├── sbe.h
│ │ │ │ ├── Segment.h
│ │ │ │ ├── strmif.h
│ │ │ │ ├── tune.h
│ │ │ │ ├── tuner.h
│ │ │ │ ├── Tuner.tlb
│ │ │ │ ├── tvratings.h
│ │ │ │ ├── uuids.h
│ │ │ │ ├── vfwmsgs.h
│ │ │ │ ├── videoacc.h
│ │ │ │ ├── vmr9.h
│ │ │ │ ├── vpconfig.h
│ │ │ │ ├── vpnotify.h
│ │ │ │ ├── vptype.h
│ │ │ │ └── xprtdefs.h
│ │ │ └── Lib
│ │ │ └── strmiids.lib
│ │ ├── docs
│ │ │ ├── cvcam.rtf
│ │ │ ├── faq.htm
│ │ │ ├── index.htm
│ │ │ ├── IPLMAN.pdf
│ │ │ ├── license.txt
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── opencv.jpg
│ │ │ ├── opencvman_old.pdf
│ │ │ ├── papers
│ │ │ │ ├── algo_tracking.pdf
│ │ │ │ ├── avbpa99.ps
│ │ │ │ └── camshift.pdf
│ │ │ ├── pattern.pdf
│ │ │ ├── python.txt
│ │ │ ├── python-wrappers-on-windows.txt
│ │ │ ├── ref
│ │ │ │ ├── opencvref.css
│ │ │ │ ├── opencvref_cvaux.htm
│ │ │ │ ├── opencvref_cv.htm
│ │ │ │ ├── opencvref_cxcore.htm
│ │ │ │ ├── opencvref_highgui.htm
│ │ │ │ ├── opencvref_ml.htm
│ │ │ │ └── pics
│ │ │ │ ├── backprojectpatch.png
│ │ │ │ ├── boundingrect.png
│ │ │ │ ├── building.jpg
│ │ │ │ ├── contoursecarea.png
│ │ │ │ ├── cornersubpix.png
│ │ │ │ ├── defects.png
│ │ │ │ ├── ellipse.png
│ │ │ │ ├── em1.png
│ │ │ │ ├── em3.png
│ │ │ │ ├── em4.png
│ │ │ │ ├── em5.png
│ │ │ │ ├── em6.png
│ │ │ │ ├── em7.png
│ │ │ │ ├── em8.png
│ │ │ │ ├── em9.png
│ │ │ │ ├── errmsg.png
│ │ │ │ ├── face.png
│ │ │ │ ├── haarfeatures.png
│ │ │ │ ├── houghp.png
│ │ │ │ ├── inv_logpolar.jpg
│ │ │ │ ├── left.jpg
│ │ │ │ ├── logpolar.jpg
│ │ │ │ ├── maxrect.png
│ │ │ │ ├── memstorage1.png
│ │ │ │ ├── memstorage2.png
│ │ │ │ ├── minareabox.png
│ │ │ │ ├── mlp_.png
│ │ │ │ ├── neuron_model.png
│ │ │ │ ├── pointpolygon.png
│ │ │ │ ├── quadedge.png
│ │ │ │ ├── right.jpg
│ │ │ │ ├── sigmoid_bipolar.png
│ │ │ │ ├── subdiv.png
│ │ │ │ └── threshold.png
│ │ │ └── vidsurv
│ │ │ ├── Blob_Tracking_Modules.doc
│ │ │ ├── Blob_Tracking_Tests.doc
│ │ │ └── TestSeq.doc
│ │ ├── filters
│ │ │ ├── CalibFilter
│ │ │ │ ├── Calib3DWindow.cpp
│ │ │ │ ├── Calib3DWindow.h
│ │ │ │ ├── CalibFilter.cpp
│ │ │ │ ├── CalibFilter.def
│ │ │ │ ├── CalibFilter.dsp
│ │ │ │ ├── CalibFilter.h
│ │ │ │ ├── CalibFilterProp.cpp
│ │ │ │ ├── CalibFilterProp.h
│ │ │ │ ├── CalibFilterprop.rc
│ │ │ │ ├── CalibFilterUIDs.h
│ │ │ │ ├── CalibFilter.vcproj
│ │ │ │ ├── iCalibFilter.h
│ │ │ │ └── resource.h
│ │ │ ├── ProxyTrans
│ │ │ │ ├── HowToUse.txt
│ │ │ │ ├── iProxyTrans.h
│ │ │ │ ├── ProxyTrans.cpp
│ │ │ │ ├── ProxyTrans.def
│ │ │ │ ├── ProxyTrans.dsp
│ │ │ │ ├── ProxyTrans.h
│ │ │ │ ├── ProxyTransprop.cpp
│ │ │ │ ├── ProxyTransprop.h
│ │ │ │ ├── ProxyTransprop.rc
│ │ │ │ ├── ProxyTransuids.h
│ │ │ │ ├── ProxyTrans.vcproj
│ │ │ │ └── resource.h
│ │ │ └── SyncFilter
│ │ │ ├── iSyncFilter.h
│ │ │ ├── SyncFilter.cpp
│ │ │ ├── SyncFilter.def
│ │ │ ├── SyncFilter.dsp
│ │ │ ├── SyncFilter.h
│ │ │ ├── SyncFilterUIDs.h
│ │ │ └── SyncFilter.vcproj
│ │ ├── INSTALL
│ │ ├── interfaces
│ │ │ ├── ipp
│ │ │ │ ├── dllmain.c
│ │ │ │ ├── export4.def
│ │ │ │ ├── export51.def
│ │ │ │ ├── export5.def
│ │ │ │ ├── ippopencv.dsp
│ │ │ │ ├── ippopencv.dsw
│ │ │ │ ├── make_def.py
│ │ │ │ ├── opencvipp_funclist.h
│ │ │ │ └── readme.txt
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── swig
│ │ │ ├── filtered
│ │ │ │ ├── constants.h
│ │ │ │ ├── cv.h
│ │ │ │ ├── Makefile.am
│ │ │ │ └── Makefile.in
│ │ │ ├── general
│ │ │ │ ├── cvarr_operators.i
│ │ │ │ ├── cv.i
│ │ │ │ ├── cvmacros.i
│ │ │ │ ├── doublepointers.i
│ │ │ │ ├── extensions.i
│ │ │ │ ├── highgui.i
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── memory.i
│ │ │ │ ├── sizeof.i
│ │ │ │ └── typemaps.i
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── python
│ │ │ ├── adaptors.py
│ │ │ ├── build
│ │ │ │ └── lib.win32-2.5
│ │ │ │ └── opencv
│ │ │ │ ├── adaptors.py
│ │ │ │ ├── cv.py
│ │ │ │ ├── _cv.pyd
│ │ │ │ ├── highgui.py
│ │ │ │ ├── _highgui.pyd
│ │ │ │ ├── __init__.py
│ │ │ │ └── matlab_syntax.py
│ │ │ ├── cvaliases.i
│ │ │ ├── cvarr.i
│ │ │ ├── _cv.cpp
│ │ │ ├── cv.i
│ │ │ ├── cv.py
│ │ │ ├── cvseq.i
│ │ │ ├── cvshadow.cpp
│ │ │ ├── cvshadow.h
│ │ │ ├── cvshadow.i
│ │ │ ├── _cv_win32.cpp
│ │ │ ├── error.cpp
│ │ │ ├── error.h
│ │ │ ├── _highgui.cpp
│ │ │ ├── highgui.i
│ │ │ ├── highgui.py
│ │ │ ├── _highgui_win32.cpp
│ │ │ ├── imagedata.i
│ │ │ ├── __init__.py
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── matlab_syntax.py
│ │ │ ├── nointpb.i
│ │ │ ├── pycvseq.hpp
│ │ │ ├── pyhelpers.cpp
│ │ │ ├── pyhelpers.h
│ │ │ ├── pyhelpers.i
│ │ │ ├── pytypemaps.i
│ │ │ └── setup-for-win.py
│ │ ├── lib
│ │ │ ├── cvaux.lib
│ │ │ ├── cvcam.lib
│ │ │ ├── cvhaartraining.lib
│ │ │ ├── cv.lib
│ │ │ ├── cxcore.lib
│ │ │ ├── cxts.lib
│ │ │ ├── highgui.lib
│ │ │ └── ml.lib
│ │ ├── _make
│ │ │ ├── make_all_bc.mak
│ │ │ ├── make_all_gnu.mak
│ │ │ ├── make_all_ms.mak
│ │ │ ├── make_cfg.mak
│ │ │ ├── makefile.32
│ │ │ ├── makefile.64
│ │ │ ├── makefile.i7
│ │ │ ├── makefile.icc
│ │ │ ├── makefile.vs
│ │ │ ├── make_module_bc.mak
│ │ │ ├── make_module_gnu.mak
│ │ │ ├── make_module_ms.mak
│ │ │ ├── opencv_directshow.dsw
│ │ │ ├── opencv_directshow.sln
│ │ │ ├── opencv.dsw
│ │ │ └── opencv.sln
│ │ ├── ml
│ │ │ ├── include
│ │ │ │ └── ml.h
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── src
│ │ │ ├── dummy.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── makefile.gnu
│ │ │ ├── Makefile.in
│ │ │ ├── makefile.ms
│ │ │ ├── mlann_mlp.cpp
│ │ │ ├── mlboost.cpp
│ │ │ ├── mlcnn.cpp
│ │ │ ├── ml.cpp
│ │ │ ├── ml.dsp
│ │ │ ├── mlem.cpp
│ │ │ ├── mlestimate.cpp
│ │ │ ├── _ml.h
│ │ │ ├── ml_inner_functions.cpp
│ │ │ ├── mlknearest.cpp
│ │ │ ├── mlnbayes.cpp
│ │ │ ├── ml.rc
│ │ │ ├── mlrtrees.cpp
│ │ │ ├── mlsvm.cpp
│ │ │ ├── mltestset.cpp
│ │ │ ├── mltree.cpp
│ │ │ ├── ml.vcproj
│ │ │ └── resource.h
│ │ ├── otherlibs
│ │ │ ├── cvcam
│ │ │ │ ├── include
│ │ │ │ │ ├── cvcam.h
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── Makefile.in
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── sample
│ │ │ │ │ ├── cvcamdemo.dsp
│ │ │ │ │ └── vidformat_sample.cpp
│ │ │ │ └── src
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── unix
│ │ │ │ │ ├── convert.cpp
│ │ │ │ │ ├── convert.h
│ │ │ │ │ ├── cvvideo.cpp
│ │ │ │ │ ├── cvvidtypes.h
│ │ │ │ │ ├── dialogs.cpp
│ │ │ │ │ ├── dialogs.h
│ │ │ │ │ ├── icvvideo.h
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── render.cpp
│ │ │ │ │ ├── render.h
│ │ │ │ │ └── videodev.h
│ │ │ │ └── windows
│ │ │ │ ├── cvcamavi.cpp
│ │ │ │ ├── cvcamavi.h
│ │ │ │ ├── cvcam.cpp
│ │ │ │ ├── cvcam.dsp
│ │ │ │ ├── cvcam.rc
│ │ │ │ ├── cvcam.vcproj
│ │ │ │ ├── HowToUse.txt
│ │ │ │ └── resource.h
│ │ │ ├── _graphics
│ │ │ │ ├── include
│ │ │ │ │ ├── jasper
│ │ │ │ │ │ ├── jas_cm.h
│ │ │ │ │ │ ├── jas_config2.h
│ │ │ │ │ │ ├── jas_config.h
│ │ │ │ │ │ ├── jas_debug.h
│ │ │ │ │ │ ├── jas_fix.h
│ │ │ │ │ │ ├── jas_getopt.h
│ │ │ │ │ │ ├── jas_icc.h
│ │ │ │ │ │ ├── jas_image.h
│ │ │ │ │ │ ├── jas_init.h
│ │ │ │ │ │ ├── jas_malloc.h
│ │ │ │ │ │ ├── jas_math.h
│ │ │ │ │ │ ├── jasper.h
│ │ │ │ │ │ ├── jas_seq.h
│ │ │ │ │ │ ├── jas_stream.h
│ │ │ │ │ │ ├── jas_string.h
│ │ │ │ │ │ ├── jas_tvp.h
│ │ │ │ │ │ ├── jas_types.h
│ │ │ │ │ │ └── jas_version.h
│ │ │ │ │ ├── jconfig.h
│ │ │ │ │ ├── jmorecfg.h
│ │ │ │ │ ├── jpeglib.h
│ │ │ │ │ ├── pngconf.h
│ │ │ │ │ ├── png.h
│ │ │ │ │ ├── tiff.h
│ │ │ │ │ ├── tiffio.h
│ │ │ │ │ ├── tiffvers.h
│ │ │ │ │ ├── zconf.h
│ │ │ │ │ └── zlib.h
│ │ │ │ ├── lib
│ │ │ │ │ ├── libjasper.lib
│ │ │ │ │ ├── libjpeg_64.lib
│ │ │ │ │ ├── libjpeg.a
│ │ │ │ │ ├── libjpeg_bcc.lib
│ │ │ │ │ ├── libjpeg.lib
│ │ │ │ │ ├── libpng_64.lib
│ │ │ │ │ ├── libpng.a
│ │ │ │ │ ├── libpng_bcc.lib
│ │ │ │ │ ├── libpng.lib
│ │ │ │ │ ├── libtiff_64.lib
│ │ │ │ │ ├── libtiff.a
│ │ │ │ │ ├── libtiff_bcc.lib
│ │ │ │ │ ├── libtiff.lib
│ │ │ │ │ ├── libvfw_avi32.a
│ │ │ │ │ ├── libvfw_cap32.a
│ │ │ │ │ ├── libvfw_ms32.a
│ │ │ │ │ ├── libz.a
│ │ │ │ │ ├── zlib_64.lib
│ │ │ │ │ ├── zlib_bcc.lib
│ │ │ │ │ └── zlib.lib
│ │ │ │ ├── readme.txt
│ │ │ │ └── src
│ │ │ │ ├── graphic_libs.dsw
│ │ │ │ ├── graphic_libs.sln
│ │ │ │ ├── libjasper
│ │ │ │ │ ├── license
│ │ │ │ │ └── readme
│ │ │ │ ├── libjpeg
│ │ │ │ │ ├── jcapimin.c
│ │ │ │ │ ├── jcapistd.c
│ │ │ │ │ ├── jccoefct.c
│ │ │ │ │ ├── jccolor.c
│ │ │ │ │ ├── jcdctmgr.c
│ │ │ │ │ ├── jchuff.c
│ │ │ │ │ ├── jchuff.h
│ │ │ │ │ ├── jcinit.c
│ │ │ │ │ ├── jcmainct.c
│ │ │ │ │ ├── jcmarker.c
│ │ │ │ │ ├── jcmaster.c
│ │ │ │ │ ├── jcomapi.c
│ │ │ │ │ ├── jcparam.c
│ │ │ │ │ ├── jcphuff.c
│ │ │ │ │ ├── jcprepct.c
│ │ │ │ │ ├── jcsample.c
│ │ │ │ │ ├── jctrans.c
│ │ │ │ │ ├── jdapimin.c
│ │ │ │ │ ├── jdapistd.c
│ │ │ │ │ ├── jdatadst.c
│ │ │ │ │ ├── jdatasrc.c
│ │ │ │ │ ├── jdcoefct.c
│ │ │ │ │ ├── jdcolor.c
│ │ │ │ │ ├── jdct.h
│ │ │ │ │ ├── jddctmgr.c
│ │ │ │ │ ├── jdhuff.c
│ │ │ │ │ ├── jdhuff.h
│ │ │ │ │ ├── jdinput.c
│ │ │ │ │ ├── jdmainct.c
│ │ │ │ │ ├── jdmarker.c
│ │ │ │ │ ├── jdmaster.c
│ │ │ │ │ ├── jdmerge.c
│ │ │ │ │ ├── jdphuff.c
│ │ │ │ │ ├── jdpostct.c
│ │ │ │ │ ├── jdsample.c
│ │ │ │ │ ├── jdtrans.c
│ │ │ │ │ ├── jerror.c
│ │ │ │ │ ├── jerror.h
│ │ │ │ │ ├── jfdctflt.c
│ │ │ │ │ ├── jfdctfst.c
│ │ │ │ │ ├── jfdctint.c
│ │ │ │ │ ├── jidctflt.c
│ │ │ │ │ ├── jidctfst.c
│ │ │ │ │ ├── jidctint.c
│ │ │ │ │ ├── jidctred.c
│ │ │ │ │ ├── jinclude.h
│ │ │ │ │ ├── jmemansi.c
│ │ │ │ │ ├── jmemmgr.c
│ │ │ │ │ ├── jmemsys.h
│ │ │ │ │ ├── jpegint.h
│ │ │ │ │ ├── jquant1.c
│ │ │ │ │ ├── jquant2.c
│ │ │ │ │ ├── jutils.c
│ │ │ │ │ ├── jversion.h
│ │ │ │ │ ├── libjpeg.dsp
│ │ │ │ │ ├── libjpeg.vcproj
│ │ │ │ │ ├── makefile.unix
│ │ │ │ │ ├── makefile.vc
│ │ │ │ │ ├── readme
│ │ │ │ │ ├── transupp.c
│ │ │ │ │ └── transupp.h
│ │ │ │ ├── libpng
│ │ │ │ │ ├── libpng.dsp
│ │ │ │ │ ├── libpng.vcproj
│ │ │ │ │ ├── png.c
│ │ │ │ │ ├── pngerror.c
│ │ │ │ │ ├── pnggccrd.c
│ │ │ │ │ ├── pngget.c
│ │ │ │ │ ├── pngmem.c
│ │ │ │ │ ├── pngpread.c
│ │ │ │ │ ├── pngread.c
│ │ │ │ │ ├── pngrio.c
│ │ │ │ │ ├── pngrtran.c
│ │ │ │ │ ├── pngrutil.c
│ │ │ │ │ ├── pngset.c
│ │ │ │ │ ├── pngtest.c
│ │ │ │ │ ├── pngtrans.c
│ │ │ │ │ ├── pngvcrd.c
│ │ │ │ │ ├── pngwio.c
│ │ │ │ │ ├── pngwrite.c
│ │ │ │ │ ├── pngwtran.c
│ │ │ │ │ ├── pngwutil.c
│ │ │ │ │ └── readme
│ │ │ │ ├── libtiff
│ │ │ │ │ ├── libtiff.def
│ │ │ │ │ ├── libtiff.dsp
│ │ │ │ │ ├── libtiff.vcproj
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.vc
│ │ │ │ │ ├── t4.h
│ │ │ │ │ ├── tif_apple.c
│ │ │ │ │ ├── tif_aux.c
│ │ │ │ │ ├── tif_close.c
│ │ │ │ │ ├── tif_codec.c
│ │ │ │ │ ├── tif_color.c
│ │ │ │ │ ├── tif_compress.c
│ │ │ │ │ ├── tif_config.h
│ │ │ │ │ ├── tif_dir.c
│ │ │ │ │ ├── tif_dir.h
│ │ │ │ │ ├── tif_dirinfo.c
│ │ │ │ │ ├── tif_dirread.c
│ │ │ │ │ ├── tif_dirwrite.c
│ │ │ │ │ ├── tif_dumpmode.c
│ │ │ │ │ ├── tif_error.c
│ │ │ │ │ ├── tif_extension.c
│ │ │ │ │ ├── tif_fax3.c
│ │ │ │ │ ├── tif_fax3.h
│ │ │ │ │ ├── tif_fax3sm.c
│ │ │ │ │ ├── tiffconf.h
│ │ │ │ │ ├── tiffio.hxx
│ │ │ │ │ ├── tiffiop.h
│ │ │ │ │ ├── tif_flush.c
│ │ │ │ │ ├── tif_getimage.c
│ │ │ │ │ ├── tif_jpeg.c
│ │ │ │ │ ├── tif_luv.c
│ │ │ │ │ ├── tif_lzw.c
│ │ │ │ │ ├── tif_next.c
│ │ │ │ │ ├── tif_ojpeg.c
│ │ │ │ │ ├── tif_open.c
│ │ │ │ │ ├── tif_packbits.c
│ │ │ │ │ ├── tif_pixarlog.c
│ │ │ │ │ ├── tif_predict.c
│ │ │ │ │ ├── tif_predict.h
│ │ │ │ │ ├── tif_print.c
│ │ │ │ │ ├── tif_read.c
│ │ │ │ │ ├── tif_stream.cxx
│ │ │ │ │ ├── tif_strip.c
│ │ │ │ │ ├── tif_swab.c
│ │ │ │ │ ├── tif_thunder.c
│ │ │ │ │ ├── tif_tile.c
│ │ │ │ │ ├── tif_unix.c
│ │ │ │ │ ├── tif_version.c
│ │ │ │ │ ├── tif_warning.c
│ │ │ │ │ ├── tif_win32.c
│ │ │ │ │ ├── tif_write.c
│ │ │ │ │ ├── tif_zip.c
│ │ │ │ │ └── uvcode.h
│ │ │ │ └── zlib
│ │ │ │ ├── adler32.c
│ │ │ │ ├── compress.c
│ │ │ │ ├── crc32.c
│ │ │ │ ├── crc32.h
│ │ │ │ ├── deflate.c
│ │ │ │ ├── deflate.h
│ │ │ │ ├── example.c
│ │ │ │ ├── gzio.c
│ │ │ │ ├── infback.c
│ │ │ │ ├── inffast.c
│ │ │ │ ├── inffast.h
│ │ │ │ ├── inffixed.h
│ │ │ │ ├── inflate.c
│ │ │ │ ├── inflate.h
│ │ │ │ ├── inftrees.c
│ │ │ │ ├── inftrees.h
│ │ │ │ ├── readme
│ │ │ │ ├── trees.c
│ │ │ │ ├── trees.h
│ │ │ │ ├── uncompr.c
│ │ │ │ ├── zlib.dsp
│ │ │ │ ├── zlib.vcproj
│ │ │ │ ├── zutil.c
│ │ │ │ └── zutil.h
│ │ │ ├── highgui
│ │ │ │ ├── bitstrm.cpp
│ │ │ │ ├── bitstrm.h
│ │ │ │ ├── cvcap_cmu.cpp
│ │ │ │ ├── cvcap.cpp
│ │ │ │ ├── cvcap_dc1394.cpp
│ │ │ │ ├── cvcap_ffmpeg.cpp
│ │ │ │ ├── cvcap_mil.cpp
│ │ │ │ ├── cvcap_qt.cpp
│ │ │ │ ├── cvcap_tyzx.cpp
│ │ │ │ ├── cvcap_v4l.cpp
│ │ │ │ ├── cvcap_vfw.cpp
│ │ │ │ ├── cvcap_xine.cpp
│ │ │ │ ├── dummy.cpp
│ │ │ │ ├── grfmt_base.cpp
│ │ │ │ ├── grfmt_base.h
│ │ │ │ ├── grfmt_bmp.cpp
│ │ │ │ ├── grfmt_bmp.h
│ │ │ │ ├── grfmt_exr.cpp
│ │ │ │ ├── grfmt_exr.h
│ │ │ │ ├── grfmt_jpeg2000.cpp
│ │ │ │ ├── grfmt_jpeg2000.h
│ │ │ │ ├── grfmt_jpeg.cpp
│ │ │ │ ├── grfmt_jpeg.h
│ │ │ │ ├── grfmt_png.cpp
│ │ │ │ ├── grfmt_png.h
│ │ │ │ ├── grfmt_pxm.cpp
│ │ │ │ ├── grfmt_pxm.h
│ │ │ │ ├── grfmts.h
│ │ │ │ ├── grfmt_sunras.cpp
│ │ │ │ ├── grfmt_sunras.h
│ │ │ │ ├── grfmt_tiff.cpp
│ │ │ │ ├── grfmt_tiff.h
│ │ │ │ ├── highgui.dsp
│ │ │ │ ├── _highgui.h
│ │ │ │ ├── highgui.h
│ │ │ │ ├── highgui.rc
│ │ │ │ ├── highgui.vcproj
│ │ │ │ ├── image.cpp
│ │ │ │ ├── loadsave.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── makefile.gnu
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── makefile.ms
│ │ │ │ ├── makeswig.sh
│ │ │ │ ├── precomp.cpp
│ │ │ │ ├── resource.h
│ │ │ │ ├── utils.cpp
│ │ │ │ ├── utils.h
│ │ │ │ ├── window_carbon.cpp
│ │ │ │ ├── window.cpp
│ │ │ │ ├── window_gtk.cpp
│ │ │ │ └── window_w32.cpp
│ │ │ ├── Makefile.am
│ │ │ └── Makefile.in
│ │ ├── README
│ │ ├── samples
│ │ │ ├── c
│ │ │ │ ├── agaricus-lepiota.data
│ │ │ │ ├── airplane.jpg
│ │ │ │ ├── baboon.jpg
│ │ │ │ ├── bgfg_segm.cpp
│ │ │ │ ├── bgfg_segm.exe
│ │ │ │ ├── blobtrack.cpp
│ │ │ │ ├── blobtrack.exe
│ │ │ │ ├── build_all.sh
│ │ │ │ ├── calibration.cpp
│ │ │ │ ├── camshiftdemo.c
│ │ │ │ ├── camshiftdemo.exe
│ │ │ │ ├── contours.c
│ │ │ │ ├── contours.exe
│ │ │ │ ├── convert_cascade.c
│ │ │ │ ├── convert_cascade.exe
│ │ │ │ ├── convexhull.c
│ │ │ │ ├── convexhull.exe
│ │ │ │ ├── cvsampled.exe
│ │ │ │ ├── cvsample.dsp
│ │ │ │ ├── cvsample.exe
│ │ │ │ ├── cvsample.vcproj
│ │ │ │ ├── delaunay.c
│ │ │ │ ├── delaunay.exe
│ │ │ │ ├── demhist.c
│ │ │ │ ├── demhist.exe
│ │ │ │ ├── dft.c
│ │ │ │ ├── dft.exe
│ │ │ │ ├── distrans.c
│ │ │ │ ├── distrans.exe
│ │ │ │ ├── drawing.c
│ │ │ │ ├── drawing.exe
│ │ │ │ ├── edge.c
│ │ │ │ ├── edge.exe
│ │ │ │ ├── facedetect.c
│ │ │ │ ├── facedetect.cmd
│ │ │ │ ├── facedetect.exe
│ │ │ │ ├── ffilldemo.c
│ │ │ │ ├── ffilldemo.exe
│ │ │ │ ├── fitellipse.c
│ │ │ │ ├── fitellipse.exe
│ │ │ │ ├── fruits.jpg
│ │ │ │ ├── houghlines.c
│ │ │ │ ├── houghlines.exe
│ │ │ │ ├── image.cpp
│ │ │ │ ├── image.exe
│ │ │ │ ├── inpaint.cpp
│ │ │ │ ├── inpaint.exe
│ │ │ │ ├── kalman.c
│ │ │ │ ├── kalman.exe
│ │ │ │ ├── kmeans.c
│ │ │ │ ├── kmeans.exe
│ │ │ │ ├── laplace.c
│ │ │ │ ├── laplace.exe
│ │ │ │ ├── lena.jpg
│ │ │ │ ├── letter_recog.cpp
│ │ │ │ ├── letter_recog.exe
│ │ │ │ ├── letter-recognition.data
│ │ │ │ ├── lkdemo.c
│ │ │ │ ├── lkdemo.exe
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── makefile.gnu
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── makefile.ms
│ │ │ │ ├── minarea.c
│ │ │ │ ├── minarea.exe
│ │ │ │ ├── morphology.c
│ │ │ │ ├── morphology.exe
│ │ │ │ ├── motempl.c
│ │ │ │ ├── motempl.exe
│ │ │ │ ├── mushroom.cpp
│ │ │ │ ├── mushroom.exe
│ │ │ │ ├── pic1.png
│ │ │ │ ├── pic2.png
│ │ │ │ ├── pic3.png
│ │ │ │ ├── pic4.png
│ │ │ │ ├── pic5.png
│ │ │ │ ├── pic6.png
│ │ │ │ ├── pyramid_segmentation.c
│ │ │ │ ├── pyramid_segmentation.exe
│ │ │ │ ├── squares.c
│ │ │ │ ├── squares.exe
│ │ │ │ ├── stuff.jpg
│ │ │ │ ├── watershed.cpp
│ │ │ │ └── watershed.exe
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── python
│ │ │ ├── cam-histo.py
│ │ │ ├── capture-cam.py
│ │ │ ├── chessboard.py
│ │ │ ├── contours.py
│ │ │ ├── convexhull.py
│ │ │ ├── delaunay.py
│ │ │ ├── demhist.py
│ │ │ ├── dft.py
│ │ │ ├── distrans.py
│ │ │ ├── drawing.py
│ │ │ ├── edge.py
│ │ │ ├── facedetect.py
│ │ │ ├── ffilldemo.py
│ │ │ ├── fitellipse.py
│ │ │ ├── houghlines.py
│ │ │ ├── inpaint.py
│ │ │ ├── kalman.py
│ │ │ ├── kmeans.py
│ │ │ ├── laplace.py
│ │ │ ├── lkdemo.py
│ │ │ ├── logpolar.py
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── minarea.py
│ │ │ ├── minidemo.py
│ │ │ ├── morphology.py
│ │ │ ├── motempl.py
│ │ │ ├── pyramid_segmentation.py
│ │ │ ├── squares.py
│ │ │ └── watershed.py
│ │ ├── tests
│ │ │ ├── cv
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── src
│ │ │ │ │ ├── aaccum.cpp
│ │ │ │ │ ├── aadaptthresh.cpp
│ │ │ │ │ ├── aapproxpoly.cpp
│ │ │ │ │ ├── acameracalibration.cpp
│ │ │ │ │ ├── acamshift.cpp
│ │ │ │ │ ├── acanny.cpp
│ │ │ │ │ ├── achesscorners.cpp
│ │ │ │ │ ├── acolor.cpp
│ │ │ │ │ ├── acondens.cpp
│ │ │ │ │ ├── acontourmoments.cpp
│ │ │ │ │ ├── acontours.cpp
│ │ │ │ │ ├── acontoursmatch.cpp
│ │ │ │ │ ├── aconvhull.cpp
│ │ │ │ │ ├── acreatecontourtree.cpp
│ │ │ │ │ ├── adistancetransform.cpp
│ │ │ │ │ ├── adrawing_regress.cpp
│ │ │ │ │ ├── aeigenobjects.cpp
│ │ │ │ │ ├── aeigenobjects.inc
│ │ │ │ │ ├── aemd.cpp
│ │ │ │ │ ├── afilter.cpp
│ │ │ │ │ ├── afloodfill.cpp
│ │ │ │ │ ├── afundam.cpp
│ │ │ │ │ ├── ahistograms.cpp
│ │ │ │ │ ├── ahmmobs.cpp
│ │ │ │ │ ├── ahoughtransform.cpp
│ │ │ │ │ ├── aimage.cpp
│ │ │ │ │ ├── aimgwarp.cpp
│ │ │ │ │ ├── akalman.cpp
│ │ │ │ │ ├── akmeans.cpp
│ │ │ │ │ ├── amatchcontourtrees.cpp
│ │ │ │ │ ├── amoments.cpp
│ │ │ │ │ ├── amotiontemplates.cpp
│ │ │ │ │ ├── amotseg.cpp
│ │ │ │ │ ├── aoptflowhs.cpp
│ │ │ │ │ ├── aoptflowlk.cpp
│ │ │ │ │ ├── aoptflowpyrlk.cpp
│ │ │ │ │ ├── aposit.cpp
│ │ │ │ │ ├── apyrsegmentation.cpp
│ │ │ │ │ ├── asnakes.cpp
│ │ │ │ │ ├── asubdivisions.cpp
│ │ │ │ │ ├── atemplmatch.cpp
│ │ │ │ │ ├── athresh.cpp
│ │ │ │ │ ├── cvtest.cpp
│ │ │ │ │ ├── cvtest.dsp
│ │ │ │ │ ├── cvtest.h
│ │ │ │ │ ├── cvtest.vcproj
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── makefile.gnu
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── makefile.ms
│ │ │ │ │ └── tsysa.cpp
│ │ │ │ └── testdata
│ │ │ │ ├── cameracalibration
│ │ │ │ │ ├── BoardStereoL1.jpg
│ │ │ │ │ ├── BoardStereoL2.jpg
│ │ │ │ │ ├── BoardStereoL3.jpg
│ │ │ │ │ ├── BoardStereoL4.jpg
│ │ │ │ │ ├── BoardStereoL5.jpg
│ │ │ │ │ ├── BoardStereoL6.jpg
│ │ │ │ │ ├── BoardStereoR1.jpg
│ │ │ │ │ ├── BoardStereoR2.jpg
│ │ │ │ │ ├── BoardStereoR3.jpg
│ │ │ │ │ ├── BoardStereoR4.jpg
│ │ │ │ │ ├── BoardStereoR5.jpg
│ │ │ │ │ ├── BoardStereoR6.jpg
│ │ │ │ │ ├── calib1.dat
│ │ │ │ │ ├── chess1.jpg
│ │ │ │ │ ├── chess2.jpg
│ │ │ │ │ ├── chess3.jpg
│ │ │ │ │ ├── chess4.jpg
│ │ │ │ │ ├── chess5.jpg
│ │ │ │ │ ├── chess6.jpg
│ │ │ │ │ ├── chess7.jpg
│ │ │ │ │ ├── chess8.jpg
│ │ │ │ │ ├── chess9.jpg
│ │ │ │ │ ├── chessboard_list.dat
│ │ │ │ │ ├── chess_corners1.dat
│ │ │ │ │ ├── chess_corners2.dat
│ │ │ │ │ ├── chess_corners3.dat
│ │ │ │ │ ├── chess_corners4.dat
│ │ │ │ │ ├── chess_corners5.dat
│ │ │ │ │ ├── chess_corners6.dat
│ │ │ │ │ ├── chess_corners7.dat
│ │ │ │ │ ├── chess_corners8.dat
│ │ │ │ │ ├── chess_corners9.dat
│ │ │ │ │ └── datafiles.txt
│ │ │ │ ├── optflow
│ │ │ │ │ ├── lk_next.dat
│ │ │ │ │ ├── lk_prev.dat
│ │ │ │ │ ├── rock_1.bmp
│ │ │ │ │ └── rock_2.bmp
│ │ │ │ └── snakes
│ │ │ │ ├── ring.bmp
│ │ │ │ ├── ring.txt
│ │ │ │ ├── square.bmp
│ │ │ │ └── square.txt
│ │ │ ├── cxcore
│ │ │ │ └── src
│ │ │ │ ├── aarithm.cpp
│ │ │ │ ├── adatastruct.cpp
│ │ │ │ ├── adxt.cpp
│ │ │ │ ├── amath.cpp
│ │ │ │ ├── cxcoretest.dsp
│ │ │ │ ├── cxcoretest.h
│ │ │ │ ├── cxcoretest_main.cpp
│ │ │ │ ├── cxcoretest.vcproj
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── makefile.gnu
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── makefile.ms
│ │ │ │ └── precomp.cpp
│ │ │ ├── cxts
│ │ │ │ ├── cxts_arrtest.cpp
│ │ │ │ ├── cxts.cpp
│ │ │ │ ├── cxts.dsp
│ │ │ │ ├── _cxts.h
│ │ │ │ ├── cxts.h
│ │ │ │ ├── cxts_math.cpp
│ │ │ │ ├── cxts.vcproj
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── makefile.gnu
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── makefile.ms
│ │ │ │ └── precomp.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── python
│ │ │ ├── highgui
│ │ │ │ ├── cvCaptureFromFile.py
│ │ │ │ ├── cvCaptureFromFileRGBA.py
│ │ │ │ ├── cvCaptureFromFileRGB.py
│ │ │ │ ├── cvCaptureFromFileUYVY.py
│ │ │ │ ├── cvCaptureFromFileY8.py
│ │ │ │ ├── cvCaptureFromFileYUY2.py
│ │ │ │ ├── cvCaptureFromFileYV12.py
│ │ │ │ ├── cvCaptureFromFileYV16.py
│ │ │ │ ├── cvCaptureFromFileYVU9.py
│ │ │ │ ├── cvCreateTrackbar.py
│ │ │ │ ├── cvGetCaptureProperty.py
│ │ │ │ ├── cvGetSetTrackbarPos.py
│ │ │ │ ├── cvGetWindowHandleName.py
│ │ │ │ ├── cvGrabFrame.py
│ │ │ │ ├── cvInitSystem.py
│ │ │ │ ├── cvLoadImageBMP.py
│ │ │ │ ├── cvLoadImageJPG.py
│ │ │ │ ├── cvLoadImagePNG.py
│ │ │ │ ├── cvLoadImagePPM.py
│ │ │ │ ├── cvLoadImage.py
│ │ │ │ ├── cvLoadImageSR.py
│ │ │ │ ├── cvLoadImageTIFF.py
│ │ │ │ ├── cvMoveResizeWindow.py
│ │ │ │ ├── cvNamedWindow.py
│ │ │ │ ├── cvQueryFrame.py
│ │ │ │ ├── cvRetrieveFrame.py
│ │ │ │ ├── cvSaveImage.py
│ │ │ │ ├── cvSetMouseCallback.py
│ │ │ │ ├── cvShowImage.py
│ │ │ │ ├── cvWaitKey.py
│ │ │ │ └── works.py
│ │ │ ├── Makefile.am
│ │ │ └── Makefile.in
│ │ ├── THANKS
│ │ ├── TODO
│ │ ├── unins000.dat
│ │ ├── unins000.exe
│ │ └── utils
│ │ ├── check_doc.py
│ │ ├── cvarr_operators.py
│ │ ├── cvinfo
│ │ │ ├── cvinfo.cpp
│ │ │ ├── cvinfo.dsp
│ │ │ └── cvinfo.vcproj
│ │ ├── cvt_xml2xml.py
│ │ ├── dos2unix.py
│ │ ├── extract_aliases.py
│ │ ├── extract_constants.py
│ │ ├── extract_doublepointers.py
│ │ ├── extract_macros.py
│ │ ├── gen_make.py
│ │ ├── maintainer_clean.cmd
│ │ ├── make_index.py
│ │ ├── opencv.ico
│ │ ├── opencv.iss
│ │ ├── search_leaks.py
│ │ ├── splash.bmp
│ │ └── unix2dos.py
│ ├── VideoClient
│ │ ├── CameraDS.cpp
│ │ ├── CameraDS.h
│ │ ├── Debug
│ │ │ ├── cv100.dll
│ │ │ ├── cvaux100.dll
│ │ │ ├── cvcam100.dll
│ │ │ ├── cxcore100.dll
│ │ │ ├── cxts001.dll
│ │ │ ├── highgui100.dll
│ │ │ ├── libguide40.dll
│ │ │ ├── ml100.dll
│ │ │ ├── StdAfx.obj
│ │ │ ├── StdAfx.sbr
│ │ │ ├── vc60.idb
│ │ │ ├── vc60.pdb
│ │ │ ├── VideoClient.pch
│ │ │ └── VideoClient.res
│ │ ├── Msg_Public.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── VideoClient.ico
│ │ │ └── VideoClient.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── VideoClient.aps
│ │ ├── VideoClient.clw
│ │ ├── VideoClient.cpp
│ │ ├── VideoClientDlg.cpp
│ │ ├── VideoClientDlg.h
│ │ ├── VideoClient.dsp
│ │ ├── VideoClient.dsw
│ │ ├── VideoClient.h
│ │ ├── VideoClient.ncb
│ │ ├── VideoClient.opt
│ │ ├── VideoClient.plg
│ │ ├── VideoClient.positions
│ │ └── VideoClient.rc
│ └── VideoSvr
│ ├── Debug
│ │ └── VideoSvr.exe
│ ├── Msg_Public.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── VideoSvr.ico
│ │ └── VideoSvr.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── VideoSvr.aps
│ ├── VideoSvr.clw
│ ├── VideoSvr.cpp
│ ├── VideoSvrDlg.cpp
│ ├── VideoSvrDlg.h
│ ├── VideoSvr.dsp
│ ├── VideoSvr.dsw
│ ├── VideoSvr.h
│ ├── VideoSvr.ncb
│ ├── VideoSvr.opt
│ ├── VideoSvr.plg
│ └── VideoSvr.rc
├── 第3章
│ └── 桌面时钟
│ └── deskClock
│ ├── AlarmSetDlg.cpp
│ ├── AlarmSetDlg.h
│ ├── BackSetDlg.cpp
│ ├── BackSetDlg.h
│ ├── BeepSetDlg.cpp
│ ├── BeepSetDlg.h
│ ├── ClockDate.cpp
│ ├── ClockDate.h
│ ├── ClockHand.cpp
│ ├── ClockHand.h
│ ├── ClockNum.cpp
│ ├── ClockNum.h
│ ├── ClockScale.cpp
│ ├── ClockScale.h
│ ├── DateSetDlg.cpp
│ ├── DateSetDlg.h
│ ├── deskClock.aps
│ ├── deskClock.clw
│ ├── deskClock.cpp
│ ├── deskClockDlg.cpp
│ ├── deskClockDlg.h
│ ├── deskClock.dsp
│ ├── deskClock.dsw
│ ├── deskClock.h
│ ├── deskClock.ncb
│ ├── deskClock.opt
│ ├── deskClock.plg
│ ├── deskClock.rc
│ ├── HandSetDlg.cpp
│ ├── HandSetDlg.h
│ ├── log.bmp
│ ├── NumTimeSetDlg.cpp
│ ├── NumTimeSetDlg.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── bitmap2.bmp
│ │ ├── da98262e7cb2487c4ec22665副本.bmp
│ │ ├── deskClock.ico
│ │ ├── deskClock.rc2
│ │ ├── u=698391243,1291431429&fm=3&gp=0副本.bmp
│ │ ├── Windows XP 关机.wav
│ │ └── 背景.bmp
│ ├── resource.h
│ ├── ScaleSetDlg.cpp
│ ├── ScaleSetDlg.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SystemTimeSetDlg.cpp
│ ├── SystemTimeSetDlg.h
│ └── 背景.bmp
├── 第4章
│ └── 电子邮箱
│ └── myMailServer
│ ├── BitButtonNL
│ │ ├── BitButtonNL.cpp
│ │ └── BitButtonNL.h
│ ├── bmp
│ │ ├── Back.bmp
│ │ ├── Btn_Blue_High.bmp
│ │ ├── Btn_Blue_Normal.bmp
│ │ ├── Btn_Kill_High.bmp
│ │ ├── Btn_Kill_Normal.bmp
│ │ ├── Btn_Left_High.bmp
│ │ ├── Btn_Left_Normal.bmp
│ │ ├── Btn_Max_Disable.bmp
│ │ ├── Btn_Min_Click.bmp
│ │ ├── Btn_Min_High.bmp
│ │ ├── Btn_Min_Normal.bmp
│ │ ├── Btn_Right_High.bmp
│ │ ├── Btn_Right_Normal.bmp
│ │ ├── Btn_X_Click.bmp
│ │ ├── Btn_X_High.bmp
│ │ └── Btn_X_Normal.bmp
│ ├── jmail.dll
│ ├── jmail.tlh
│ ├── jmail.tli
│ ├── myMailServer.aps
│ ├── myMailServer.clw
│ ├── myMailServer.cpp
│ ├── myMailServerDlg.cpp
│ ├── myMailServerDlg.h
│ ├── myMailServer.dsp
│ ├── myMailServer.dsw
│ ├── myMailServer.h
│ ├── myMailServer.ncb
│ ├── myMailServer.opt
│ ├── myMailServer.plg
│ ├── myMailServer.rc
│ ├── MyProgressDlg.cpp
│ ├── MyProgressDlg.h
│ ├── MyReceiveDlg.cpp
│ ├── MyReceiveDlg.h
│ ├── MySendDlg.cpp
│ ├── MySendDlg.h
│ ├── MySetDlg.cpp
│ ├── MySetDlg.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── bitmap1.bmp
│ │ ├── bmp00001.bmp
│ │ ├── Btn_Blue_High.bmp
│ │ ├── Btn_Blue_Normal.bmp
│ │ ├── Btn_Kill_High.bmp
│ │ ├── Btn_Kill_Normal.bmp
│ │ ├── Btn_Left_High.bmp
│ │ ├── Btn_Left_Normal.bmp
│ │ ├── Btn_Max_Disable.bmp
│ │ ├── Btn_Right_High.bmp
│ │ ├── Btn_Right_Normal.bmp
│ │ ├── Btn_X_High.bmp
│ │ ├── Btn_X_Normal.bmp
│ │ ├── clickerx.wav
│ │ ├── Hand.cur
│ │ ├── mback1.bmp
│ │ ├── mbg.bmp
│ │ ├── move.WAV
│ │ ├── myMailServer.ico
│ │ ├── myMailServer.rc2
│ │ ├── rback1.bmp
│ │ ├── sbg.bmp
│ │ ├── sbg.gif
│ │ ├── 未标题-2.bmp
│ │ └── 未标题-2.gif
│ ├── resource.h
│ ├── ShowInfo.cpp
│ ├── ShowInfo.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── Text1.c
├── 第5章
│ └── 资源管理器
│ └── myExplorer
│ ├── DirTreeView.cpp
│ ├── DirTreeView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── myExplorer.aps
│ ├── myExplorer.clw
│ ├── myExplorer.cpp
│ ├── myExplorerDoc.cpp
│ ├── myExplorerDoc.h
│ ├── myExplorer.dsp
│ ├── myExplorer.dsw
│ ├── myExplorer.h
│ ├── myExplorer.ncb
│ ├── myExplorer.opt
│ ├── myExplorer.plg
│ ├── myExplorer.rc
│ ├── myExplorerView.cpp
│ ├── myExplorerView.h
│ ├── myFind.cpp
│ ├── MyFindDlg.cpp
│ ├── MyFindDlg.h
│ ├── myFind.h
│ ├── myPath.cpp
│ ├── myPath.h
│ ├── myPathStack.cpp
│ ├── myPathStack.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── myExplorerDoc.ico
│ │ ├── myExplorer.ico
│ │ ├── myExplorer.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第6章
│ └── 任务管理器
│ ├── ~$cpu.doc
│ └── myTaskmgr
│ ├── CPUInfo.h
│ ├── myCapab.cpp
│ ├── myCapab.h
│ ├── myOpen.cpp
│ ├── myOpen.h
│ ├── myProcess.cpp
│ ├── myProcess.h
│ ├── myProgram.cpp
│ ├── myProgram.h
│ ├── myTaskmgr.aps
│ ├── myTaskmgr.clw
│ ├── myTaskmgr.cpp
│ ├── myTaskmgrDlg.cpp
│ ├── myTaskmgrDlg.h
│ ├── myTaskmgr.dsp
│ ├── myTaskmgr.dsw
│ ├── myTaskmgr.h
│ ├── myTaskmgr.ncb
│ ├── myTaskmgr.opt
│ ├── myTaskmgr.plg
│ ├── myTaskmgr.rc
│ ├── Program.cpp
│ ├── Program.h
│ ├── psapi.dll
│ ├── PSAPI.H
│ ├── Psapi.Lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── myTaskmgr.ico
│ │ └── myTaskmgr.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第7章
│ └── FTP客户端
│ └── myFtpClient
│ ├── localDirView.cpp
│ ├── localDirView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── messageShowView.cpp
│ ├── messageShowView.h
│ ├── myFtpClient.aps
│ ├── myFtpClient.clw
│ ├── myFtpClient.cpp
│ ├── myFtpClientDoc.cpp
│ ├── myFtpClientDoc.h
│ ├── myFtpClient.dsp
│ ├── myFtpClient.dsw
│ ├── myFtpClient.h
│ ├── myFtpClient.ncb
│ ├── myFtpClient.opt
│ ├── myFtpClient.plg
│ ├── myFtpClient.rc
│ ├── myFtpClientView.cpp
│ ├── myFtpClientView.h
│ ├── MyLoginDlg.cpp
│ ├── MyLoginDlg.h
│ ├── res
│ │ ├── myFtpClientDoc.ico
│ │ ├── myFtpClient.ico
│ │ ├── myFtpClient.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.txt
├── 第8章
│ └── 音频播放器
│ └── MusicPlayer
│ ├── activemovie3.cpp
│ ├── activemovie3.h
│ ├── activemovie.cpp
│ ├── activemovie.h
│ ├── MusicPlayer.aps
│ ├── MusicPlayer.clw
│ ├── MusicPlayer.cpp
│ ├── MusicPlayerDlg.cpp
│ ├── MusicPlayerDlg.h
│ ├── MusicPlayer.dsp
│ ├── MusicPlayer.dsw
│ ├── MusicPlayer.h
│ ├── MusicPlayer.ncb
│ ├── MusicPlayer.opt
│ ├── MusicPlayer.plg
│ ├── MusicPlayer.rc
│ ├── MyButton.cpp
│ ├── MyButton.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── mp3.bmp
│ │ ├── MusicPlayer.ico
│ │ └── MusicPlayer.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── 第9章
└── 视频播放器
└── MovePlayer
├── 11_04_24_17_11_56.BMP
├── da98262e7cb2487c4ec22665.gif
├── da98262e7cb2487c4ec22665副本.bmp
├── hand.cur
├── MovePlayer.aps
├── MovePlayer.clw
├── MovePlayer.cpp
├── MovePlayerDlg.cpp
├── MovePlayerDlg.h
├── MovePlayer.dsp
├── MovePlayer.dsw
├── MovePlayer.h
├── MovePlayer.ico
├── MovePlayer.ncb
├── MovePlayer.opt
├── MovePlayer.plg
├── MovePlayer.rc
├── MyDWGraph.cpp
├── MyDWGraph.h
├── MySliderCtrl.cpp
├── MySliderCtrl.h
├── MyStatic.cpp
├── MyStatic.h
├── PlayBarDlg.cpp
├── PlayBarDlg.h
├── ReadMe.txt
├── res
│ ├── MovePlayer.ico
│ ├── MovePlayer.rc2
│ └── toolbar1.bmp
├── resource.h
├── StdAfx.cpp
├── StdAfx.h
└── titlebar.bmp
155 directories, 1897 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论