资源列表
include
- 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
RSIHE
- RSIHE算法(Recursive sub-image histogram equalization)。基本原理是将图像分割为等面积的2^r部分,各部分分别进行直方图均衡。文件中包含RSIHE的matlab源代码,论文,以及输入图像-RSIHE algorithm (Recursive sub-image histogram equalization). The basic principle is to image segmentation is an area of ̴
include
- 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)-Morphological operations on the image (the image of the opening and shutting, corrosion and dilation)
include
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测-Video stream from the camera or AVI file, the video stream edge detection
RMSHE
- RMSHE算法(recursive mean-separate histogram equalization)。基本原理是将图像根据平均灰度进行分割,各部分分别进行直方图均衡。文件中包含RMSHE的matlab源代码,论文,以及输入图像-RMSHE algorithm (recursive mean-separate histogram equalization). The basic principle is that the image based on the average gray-s
include
- 基于opencv的两个摄像头数据采集.实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-Opencv-based data acquisition of two cameras. Functions: simultaneous acquisition of two-way USB camera data, and save the picture (click the left mouse button to save the im
DSIHE
- DSIHE算法(Dualistic Sub-Image Histogram Equalization method)。基本原理是将图像根据面积分割为两部分,使图像的熵达到最大值。文件中包含DSIHE的matlab源代码,论文,以及输入图像-DSIHE algorithm (Dualistic Sub-Image Histogram Equalization method). The basic principle is to achieve maximum image area is divid
include
- 基于opencv的use摄像头视频采集程序-Based on the opencv use camera video capture program
AMHE
- AMHE算法(Adaptively Modified Histogram Equalization)。基本原理是根据pmid将原图像直方图进行重组,最后得到均衡后的图像。文件中包含AMHE的matlab源代码,论文,以及输入图像。-The algorithm AMHE (Adaptively Modified Histogram Equalization). The basic principle is based on the the pmid original image histogram
AIVHE
- AIVHE算法(Adaptively Increasing the Value of Histogram.)基本原理是对输入图像的直方图进行修正与重组,得到输出图像的直方图。最后得到均衡后的图像。文件中包含AIVHE算法的matlab源代码,论文与输入源图像。-To the algorithm AIVHE (Adaptively Increasing the value of Histogram) The basic principle is to be corrected with recom
facedetection
- 最简单的人脸识别代码,能实现人脸的定位,简单易懂,容易上手-The most simple code for face recognition, face positioning, easy to understand, easy to use
B_spline
- 用最简单的matlab程序实现B-Spline曲线的绘制-B-Spline curve drawn with the most simple matlab program
