搜索资源列表
-
0下载:
基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
-
-
0下载:
直方图均衡化算法的c++实现,配置OPENCV2.0,to realize histogram equalization arithmetic with C++.(in the use of OPENCV2.0)
-
-
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下载:
基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
-
-
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下载:
用python实现的opencv直方图均衡化代码,请大家多多指教-Implemented by python opencv histogram equalization code, Please exhibitions
-
-
0下载:
用OPENCV+MFC实现的直方图均衡化操作-Achieved by OPENCV+ MFC histogram equalization operation
-
-
0下载:
capturing video, flipping it, conversion to gray image,applying median filter,dilation and histogram equalization.
-
-
0下载:
Histogram Equalization and Histogram Matching
-
-
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下载:
对图像进行直方图均衡,获得原图像的色彩直方图和增强后图像的色彩直方图-The image histogram equalization, to get the color histogram of the original image and the enhanced color histogram of the image
-
-
0下载:
opencv学习代码,直方图均衡化,通常用来增加许多图像的全局对比度-opencv learning code, histogram equalization, many commonly used to increase the overall contrast of the image
-
-
0下载:
Visual C++2010下用opencv2.4.8进行彩色直方图均衡化的算法-With the opencv2.4.8 color histogram equalization algorithm of Visual C++2010
-
-
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
-