搜索资源列表
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
HOG
- HOG的详细介绍和源代码,以及附带详细PPT介绍,对学习HOG很有帮助-HOG detailed descr iption and source code, and the PPT with detailed descr iption, very helpful in learning HOG
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
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
ImageComparison
- This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recog
opencv-source-code
- c與c++基礎,自学opencv圖像處理的源碼 -c and c++-based, self-image processing source code opencv
hough-transform
- 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
opencvtuxiangsuofang
- opencv--图像缩放源程序 通过原程序学习如何用opencv实现图像缩放功能-opencv- source image scaling by the original program to learn how to use opencv image scaling
testCV_1
- 基于OPENVC的图像开发实例,是本人学习时开发的源码,对图像处理方面的同行有帮助-Based the image development instance of OPENVC, I study the development of the source image processing counterparts
openCV-library-transplant-to-S3C2440
- opencv开源图像处理函数库在S3C2440移植 一、简介 OpenCV是一个基于C/C++语言的开源图像处理函数库 其代码都经过优化,可用于实时处理图像 具有良好的可移植性 可以进行图像/视频载入、保存和采集的常规操作 具有低级和高级的应用程序接口(API)-openCV open source image processing library S3C2440 transplant, o
3
- 直接设置感兴趣区域,然后复制,在源图像没被替换的情况下截图。-Directly to set the region of interest, and then copy the screenshots in the case of the source image not being replaced.
c
- 首先输入源图像和分割图像,对分割后指定区域上色。-The first inputs of the source image and the divided image, the specified region of the divided colored.
PerspectiveTest
- 自己写的,利用矩阵实现图像几何变换的源码,虽然简单,但有助于理解图像几何变换矩阵的意义。-Write your own, using matrix source image geometric transformation, although simple, but helps to understand the significance of the image geometric transformation matrix.
Gray-Image-brightness-enhancement
- 灰度图像的亮度增强源代码,希望大家有用,欢迎下载-The brightness of the gray image enhanced source code
360_panorama
- 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
FaceMatching
- 基于开源的图像处理库Opencv写的程序,实现人脸识别的功能-Based on open source image processing library Opencv written procedures to achieve face recognition function
vedio
- 基于开源的图像处理库opencv,打开电脑摄像头,并读取摄像头数据将它显示在窗口中,同时进行边缘检测-Based on open source image processing library opencv, open the computer camera, and read the camera data to display it in the window, and edge detection
Image-processing
- 利用Opencv函式庫做一些影像處理,有Gray、Canny、drawing、binary、fisheye-lens、Anaglyph、Equalization、eye-detect、facedetect、Mirror、R-S,等功能...此Source要有Opencv函式庫才能此用。-Opencv use library to do some image processing, there is Gray, Canny, drawing, binary, fisheye-lens, Anagl
OpenCV_-image-feature-extraction
- OpenCV_局部图像特征的提取与匹配_源代码-OpenCV_ local image feature extraction and matching source code _
Source
- This source are example for template matching in image to detect image file in source image. It s use OpenCV in Visual Studio 2013