搜索资源列表
Digital-Image-Processing
- MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
Opencv-binarization
- 基于opencv的数字图像处理,解决了图像二值化处理问题-Opencv-based digital image processing, solved the problem of image binarization processing
OpencvExampleSourceCode
- Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
Space_Filter
- Opencv写的空间滤波包括最大最小中值滤波等等,借鉴数字图像处理matlab版page117 的函数,几何平均,算术平均,调和平均,反调和平局,中值,中点等-Opencv write spatial filtering, including maximum and minimum median filtering, etc., drawing on digital image processing matlab version page117 function, geometric mean,
OpenCVjichupianyuandaima
- 基于VC 6.0平台下编写的,包含Opencv开发工具的数字图像处理系统源代码-Written based on the VC 6.0 platform, including development tools Opencv digital image processing system source code
Learning_OpenCV(Chinese)
- OpenCV学习的经典教程,包含所有函数介绍及数字图像处理相关知识,为中文版。-OpenCV learning of the classic tutorial, including all function is introduced and digital image processing related knowledge, for Chinese version.
Imagefft
- 轮廓提取,实现数字图像的轮廓提取,二值化,腐蚀膨胀等等,用到opencv-contour extraction
imagefanse
- 此程序的功能是对一幅图反色,主要是对初学者学习opencv提供帮助,了解opencv处理数字图像是如何进行的,可以直接运行-The function of this program is the anti-color, picture opencv beginners to learn to help understand the opencv processing the digital image can be run directly
Exercise7_2_histogram
- 此程序功能是:对图像进行直方图统计。所以的是opencv,这和matlab做直方图统计是有区别的。对初学掌握opencv数字图像有一点小帮助,可以直接运行-This program features: histogram of the image. So the opencv and matlab histogram there is a difference. Beginner to master the opencv digital image a little help, you can
OpenCV
- 基于opencv和vc++6.0实现的人脸检测,鼻子,嘴巴检测,眼睛检测。AVI播放器,手写数字识别,图像缩放等。-The opencv and vc++6.0 of realized based face detection, nose, mouth detection and eye detection. AVI player, handwritten numeral recognition, image scaling.
OpenCV_PseudoColor
- 数字图像处理 伪彩色增强 将灰度值分别按照一定函数关系转换到RGB 空间中,形成彩色图像-Pseudo-color enhancement of digital image processing of the gray values were converted in accordance with certain functional relationship to the RGB color space to form a color image
project2
- 数字图像处理,包括产生椒盐噪声或随机脉冲噪声,并进行均值滤波或中值滤波-Digital image processing, including generating salt and pepper noise or random impulse noise and mean filter or median filter
Visual_CPPdigital-image-prograss
- 数字图像处理,VC实现,绝对经典,里面还有源程序~-Digital image processing, VC achieve absolute classic, there is also the source ~
PlateIdentify
- opencv,C++,数字图像处理,车牌识别系统-opencv, C++, digital image processing, license plate recognition system
CarShapeIdentify
- opencv,C++,数字图像处理,车型识别系统-opencv, C++, digital image processing, vehicle identification system
FaceDetection
- opencv,c++,数字图像处理,人脸检测并标记特征点(眼睛,鼻子,嘴巴)-opencv, c++, digital image processing, face detection and mark the feature points (eyes, nose, mouth)
模板匹配
- 基于opencv的模板匹配算法,可以从一副大图中搜索出与模板相似度最高的部分(Template matching algorithm based on OpenCV, you can search from a large image of the highest similarity with the template part)
个人作业
- 实现sift,orb,surf,并可以用ransac匹配。(Implement sift, orb, surf, and match with ransac.)
图像处理相关
- 能实现车道线的检测,并且还有一些关于数字图像处理的英文资料(It can detect lane lines, and there are some English information about digital image processing.)
GCApplication
- 简单地对图像进行图像切割,图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程。它是由图像处理到图像分析的关键步骤。现有的图像分割方法主要分以下几类:基于阈值的分割方法、基于区域的分割方法、基于边缘的分割方法以及基于特定理论的分割方法等。从数学角度来看,图像分割是将数字图像划分成互不相交的区域的过程。图像分割的过程也是一个标记过程,即把属于同一区域的像索赋予相同的编号。(Simple image cutting)