搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
image-dehazing-based-on-opencv
- Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
Hough_opencv
- 上传一个VC++写的基于Opencv的广义Hough变换匹配算法-From a VC++ to write the generalized Hough transform-based Opencv matching algorithm
gesture_capture
- 一个手势捕捉的开源代码,最好使用笔记本自带摄像头,外接摄像头可能无法识别。-Open source code to capture a gesture, it is best to use notebook comes with camera, external camera may not recognize.
code
- Step 1: 二值化一幅图像,结果存为 binary.bmp Step 2: 用不同彩色填充连通域(连通分量),结果存为 connect.bmp Step 3: 在二值图像中找出轮廓并存储为 countour.bmp -binary a image,floodfill the connected part,and find the contour of the image
Opencv-Source-Code
- 这里包含了opencv例自带函数的源码以及对函数的说明-Here includes the the opencv case comes with the source code of the function and a descr iption of the function
OpenCV2.1-Source-Code
- Opencv2.1的chm帮助文档,包括各个头文件的解释,类的说明。-Opencv2.1 the the chm help document, including the interpretation of various header files, a descr iption of the class.
code-Mastering-OpenCV-
- opencv最新书籍《Mastering OpenCV with Practical Computer Vision Projects》的源代码-source code of a new book of OpenCV:Mastering OpenCV with Practical Computer Vision Projects
Opencv_test-code
- 一个简单的OPENCV程序,实现图片读取和显示,压缩包内有实验图-A simple OPENCV procedures, read and display pictures, compressed within a experimental Figure
CamShift--
- 这是一个用于自动跟踪目标物体的代码,一开始需要用鼠标圈定目标-It is a tool for automatic tracking of the target object code, a need to start with the mouse delineation of target
learning-OpenCV-code
- 学习opencv的随书例程代码,完整的代码,另附有说明-Routines with the book learning opencv code, complete code, attached a note
EyeAPI
- 基于opencv的视线追踪,国外的半开源代码,值得参考。利用等照度线曲率来定位人眼,可满足一定范围内的头部运动。-Gaze tracking based on opencv , foreign semi-open source code.Gaze tracking using isophote curvature to locate the human eye, foreign code, a good reference.
a
- opencv车辆识别源代码,可实现多车辆识别。-vehicle identification opencv source code, enabling multi-vehicle identification.
optical-flow-code
- 光流算法 很好的参考资料 值得借鉴 学习的好东西-Optical flow algorithm is a good reference is worth learning a good thing
a
- OPENCV的SURF特征点提取源码,可以用于特征焦点的提取,运行于VS2010环境下通过-SURF feature points extraction of OPENCV source code, can be used to extract features of focus, running in VS2010 environment through
learning-opencv-code
- OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The full name of OpenCV is: Open Source Computer Vision Lib
source-code-arduino-(Line-Follower)
- this code is used to build a line follower robot
Color-Image-QualityaCCI_OpenCV
- 图像色彩丰富度反映的是色彩的鲜艳生动程度,CCI(Color colorfulness index)为其衡量指标。另外还有一篇经典文献。-CCI(Color colorfulness index) OPENCV Code A Novel Full-Reference Color Image Quality Assessment Based on Energy Computation in the Wavelet Domain
virtual-view-code-CPP
- 这是一个从两个以知的参考视点的彩色图和深度图来合成一个虚拟视点的彩色图和深度图的程序。-This is one of the two known reference to the viewpoint of the color and depth charts to synthesize a virtual viewpoint of color and depth charts of the program.
code
- 这个是使用局部敏感哈希算法完成的人脸识别算法,使用MATLAB简单制作了界面,算法还行,界面比较丑-This is completed using locally sensitive hash algorithm face recognition algorithm using MATLAB produced a simple interface, algorithms okay, interface is ugly