搜索资源列表
OpenCV_Needed
- When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
opencv
- xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
Dips_V1.0
- a program made by opencv lib
RobHessSIFT
- Rob Hess的SIFT算法在VC.net下实现 http://web.engr.oregonstate.edu/ 7Ehess ... 30_win.zip 编译他的代码需要安装OpenCV和 GSL(http://gnuwin32.sourceforge.net/packages/gsl.htm) 在编译时候GSL也是和OpenCV一样要把头文件和lib的路径指定好。 -Rob Hess of the SIFT algorithm
SIFT_VC.lib
- 本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
asmlibrary_release_2[1].1
- ASMLibrary2.0:它是一种基于opencv,ms visSDK,LAPACK等在VC6.0中实现人脸对齐的一个ASM库,采用ASM算法进行建模,实现人脸定位。-ASMLibrary2.0: It is based on opencv, ms visSDK, LAPACK, etc. to achieve in the VC6.0 aligned face a ASM database using ASM modeling algorithm to achieve face locati
opencv4_Lib
- 显示图像的一款开源工具包,其中是OpenCV的头文件,lib文件和动态链接库。很好用的-An open source tool displays the image package, which is the OpenCV header files, lib files and dynamic link libraries. Very good use
AVItoYUV
- AVI转YUV程序的一个精简程序,需要用到opencv库-avi to yuv, opencv lib required.
MeanShift_upup
- 史上最简洁最直观的Meanshift tracking代码;全部过程中没有借用Opencv相关库函数;读入图像采用经典的CDIB类,中间过程较易于让人理解-The simplest and the most visual coding about Meanshift Tracking!!!All the codes is written without Opencv Lib function. Classic CDIB Class is used to read the original ima
videoSiftExtraction.tar
- 视频SIFT特征点的提取。 使用了sift 和 opencv lib。-SIFT keypoints extraction from video
backgrounddifference
- 一个用VC6.0和opencv结合的背景差分法程序,里面现在使用的事opencv2.1,如果需要改动,可以打开工作区间后右键属性,修改里面链接的opencv库文件,如cv210d.lib-A use of VC6.0 and opencv combined with the background difference method procedures, which now use the opencv2.1, if need to change, can open the interval a
Repair
- 基于opencv的图像修复,用MFC编写的界面,实现图像在对话框的显示,额外添加了.dll .h和.lib文件,没装opencv的也可以运行,适合初学者-Opencv based image restoration, prepared with MFC interface, image displays the dialog box, add an extra. Dll. H and. Lib files, not installed opencv can also be run for beg
shirtDetect
- vs2008,vc9控制台程序,debug和release版本都可编译通过。opencv里面用到的头文件、lib文件和dll文件已添加到项目中。基于opencv 2.31的T恤检测,opencv里的人脸识别算法用于辅助检测。-Vs2008, vc9 console procedures, debug and release versions can be compiled through. Opencv inside the use of the header files, lib files
SkinDetection
- 基于Opencv实现的皮肤检测,可供初学者参考参考-Skin detection project based on opencv lib, it is doog for freshman to study opencv