搜索资源列表
-
0下载:
图像增强的几种算法,包括图像反转,图像变换,直方图均衡化算法。-Several image enhancement algorithms, including image inversion, image transformation, histogram equalization algorithm.
-
-
4下载:
VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
-
-
0下载:
直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法
而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
-
-
0下载:
调用OPENCV进行直方图均衡化等图像处理,实现图片对比度增强-Call OPENCV histogram equalization, image processing, Image contrast enhancement
-
-
0下载:
彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
-
-
0下载:
实现图像的直方图均衡化,程序调试通过,内附要处理的图像,适合初学者探索-Histogram equalization of image, program debugging through, included to deal with images, suitable for beginners to explore
-
-
0下载:
基于MFC用opencv打开图像,对图像进行边缘检测和直方图均衡化处理-Open the image using opencv on MFC, the image edge detection and histogram equalization processing
-
-
0下载:
capturing video, flipping it, conversion to gray image,applying median filter,dilation and histogram equalization.
-
-
0下载:
Image Equalization with OpenCv and Visual C-Image Equalization with OpenCv and Visual C++
-
-
0下载:
在图像处理前期都会设计到的一些问题,对图像进行均衡化处理也是很基础的工作-Will be designed to image processing, pre-equalization processing based on image
-
-
0下载:
对图像中的直方图进行均衡化处理,一个很简单的均衡化,初学者也就写这个程度了-Image histogram equalization, a very simple equalization, beginners will write this extent
-
-
0下载:
将一副彩色图像色彩均衡化,比直接灰度图像均衡化使用了通道分离,效果更好-A color image color equalization, channel separation than direct grayscale image equalization, the better
-
-
0下载:
图像均衡化,以及直方图显示-Image equalization and histogram display. . . . . . . . .
-
-
0下载:
利用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
-
-
0下载:
This project for OpenCV C++.
This program equalize histogram of a color image using OpenCV.
-This is project for OpenCV C++.
This program equalize histogram of a color image using OpenCV.
-
-
0下载:
基于opencv,自己实现的彩色图像的均衡化,效果很好-Based on opencv, to achieve their own color image equalization, with good results
-
-
0下载:
opencv学习代码,直方图均衡化,通常用来增加许多图像的全局对比度-opencv learning code, histogram equalization, many commonly used to increase the overall contrast of the image
-
-
0下载:
直方图均衡化算法,是一种简单有效地图像增强算法。-Histogram equalization algorithm is a simple and effective image enhancement algorithms.
-
-
0下载:
如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images
-
-
0下载:
webcam and video histogram equalization source code
-