搜索资源列表
anikita-openTLD-38b9832
- 视频中目标跟踪,MATLAB&visual studio,使用opencv,webcam-object tracing in a video
smile
- 在visual studio 2008中调用OpenCV画出一个笑脸-OpenCV in Visual Studio 2008 call to draw a smiley face
imageROI
- 在Visual Studio 2008 中实现对一幅二维图像的ROI算法-ROI algorithm to achieve a two-dimensional images in Visual Studio 2008
OpenCVProjectProperties
- 每次新建一个项目,Visyal Studio并不知道OpenCV相关库和头文件所在的位置,所以每次都要为项目指定,但这显然非常麻烦啰嗦。 为此,创建了PropertySheet,即:OpenCVProjectPropertiesD和OpenCVProjectPropertiesR以便可以让以后的项目重复使用。含说明文档-Every time a new project, Visyal Studio does not know the OpenCV library and header fil
FaceRecog_OpenCV
- VC++写成的人脸识别程序,用OpenCV2.2库,采用Gabor+Fisherface算法,附有演示程序,识别概率高,包含源代码和使用说明-This program, written in VC++, built with MS Visual Studio 2008 SP, using OpenCV 2.2, provides some basic face recognition APIs. It applies a few FR algorithms according to the kn
3
- 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
movemouse
- 在Microsoft Visual Studio 2008平台下基于opencv的用鼠标选择感兴趣区域-Based opencv use the mouse to select a region of interest in the Microsoft Visual Studio 2008 platform
Optical-flow
- Horn -Schunck方法 此方法是首次使用亮度恒定假设和推导出基本的之一。 Horn 和 Schunck求解方程法的假设是一个速度平滑约束。本次作业 求解方程法的假设是一个速度平滑约束。本次作 业中采用Visual studio 2008下配置 opencv2.1实现该算法。-Horn and Schunck method This method is the first time use brightness constancy assumption and one of the
Projects
- 在Visual Studio 2010环境下结合OPENCV,实现一幅彩色图像的二值化,寻找轮廓,对轮廓着色。-In Visual Studio 2010 environment with OPENCV, convert a colorful image to a two value image and find the contour and color the contour.
CvvImage
- Visual Studio 中建立MFC,并在MFC中使用OpenCV来建立显示图像或者进行图像处理的程序作用的类-A class for MFC and OpenCV to show image