搜索资源列表
Gray Histogram
- Presents gray histogram of an image.
hist
- openCV图像处理源代码---直方图(hist)-openCV image processing source code--- histogram (hist)
main
- 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
Histogram
- 该程序主要是在OpenCV的环境下实现直方图的,显示的是经典的lina图像的直方图分布-The program is mainly achieved in the circumstances OpenCV histograms, showing the classic image of the histogram distribution of lina
histogram
- calculate image histogram
caisetuxiangzhifangtujunhenghua
- 彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
Histogram
- make histogram color for image
Single-channel-histogram
- 单通道图像的直方图。通过opencv打开图像并绘画出图像的直方图。-Single-channel histogram. Open the image and painting by opencv histogram of the image.
2-(2)
- 图像的直方图的修正以及彩色变换两个方面实现-Image histogram correction and color transformation to achieve two
Basic-Functions1
- capturing video, flipping it, conversion to gray image,applying median filter,dilation and histogram equalization.
histSpecification
- 我自己写的图像直方图显示并且进行二值化处理,效果挺好的。-I wrote the image histogram display and the binarization processing, the effect is quite good.
histogram
- OpenCV在VC6.0下实现对图像直方图的绘制-OpenCV draw the histogram of the gray image
Histogram
- 绘制载入图像的直方图 编译环境:VC++ 2008 expre-Draw the histogram of the image to load build environment: VC++ 2008 express
Histogram
- 利用win32 + opencv计算一副图像的颜色直方图,使用时把自己想处理的图片,放在对应路径下-They want to deal with the use The win32+ opencv of the color histogram of an image, use images, on the corresponding path
Histogram
- 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
histogram
- Opencv在VC++6.0 实现图像直方图-OpenCV VC++6.0, to achieve the image histogram
Single-image-histogram
- 单通道图像 的灰度直方图 Single image histogram-Single image histogram
histogram
- 计算图像的直方图,通过查找表修改图像外观,直方图均衡化,反投影直方图以检测特定的图像内容,实用均值漂移算法查找物体,实用比较直方图检索相似图片-Files: histogram.h histograms.cpp correspond to Recipes: Computing the Image Histogram Applying Look-up Tables to Modify Image Appearance Files: colorhistogra
histogram
- 对图像进行直方图均衡,获得原图像的色彩直方图和增强后图像的色彩直方图-The image histogram equalization, to get the color histogram of the original image and the enhanced color histogram of the image
Histogram-equalization
- 如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images
