搜索资源列表
rrrrrrr
- 数字图像的直方图均衡化是常用的图像增强方法,因为均衡化是自动完成的,无需人工干预,而且常常得到比较满意的结果。下面的程序是利用OPENCV提供的函数,实现这个功能。需要OPENCV B4.0的支持,在VC6下编译通过-digital image histogram equalization is used to enhance the image, because equalization is done automatically, the need for manual interventi
数字图像的直方图均衡化(C-C++源代码)
- 用OpenCV实现直方图均化-with histogram equalization
基于opencv实现的灰度变换
- 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
histeq
- opencv图像直方图均衡化(有例图)图像直方图均衡化-opencv image histogram equalization (Example map has)
xingmfc
- 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
Retinex
- 全局Retinex彩色图像恢复,VC++实现,效果不错,还原真实色彩,与直方图均衡化比较-Global Retinex color image restoration, VC++ to achieve good results, restoring true colors, compared with the histogram equalization
ColorImageBalance
- 调用OPENCV进行直方图均衡化等图像处理,实现图片对比度增强-Call OPENCV histogram equalization, image processing, Image contrast enhancement
ret
- 彩色图像的直方图均衡化,使用时候应该安装OPENCV-Color image histogram equalization, the use of time should be installed OPENCV
histgom-jun
- 直方图均衡化的最新算法实现代码,基于OPENCV函数,内容简单,适合初学者-Histogram equalization algorithm to achieve the latest code, based on OPENCV function, the content is simple, suitable for beginners
histeq
- 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
OPENCV_TEST
- 结合Opencv工具,在vc++平台上的程序。对输入图像,输入视频文件直方图均衡化和Canny边缘检测,同时对摄像头输入视频进行直方图均衡化和Canny边缘检测。-Combined Opencv tool, vc++ platform procedures. Of the input image, histogram equalization, the input video files and Canny edge detection, while the video camera inpu
ImageProcessing
- opencv+mdi实现,包含数字图像处理基本几何变换,以及fft,ifft,kmeans和形态学处理、直方图均衡化、伪彩色增强、指数增强等操作。-opencv+ mdi implementation, including basic geometric transformation of digital image processing, and fft, ifft, kmeans and morphological processing, histogram equalization, ps
caisetuxiangzhifangtujunhenghua
- 彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
cveh1
- 用python实现的opencv直方图均衡化代码,请大家多多指教-Implemented by python opencv histogram equalization code, Please exhibitions
opencv
- 基于visual studio2010,opencv软件,用C++语言编写的关于图像反转、直方图均衡化的一些简单应用。 -Based on the Visual Studio2010, opencv software, and with the written in C++ language image reversal, histogram equalization some simple applications.
直方图均衡化
- 基于opencv的直方图均衡化实现,基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。(Realization of histogram equalization based on OpenCV)
HistogramProcessing
- 自己完成的直方图均衡化的代码,很好用,很适合(Histogram equalization completed their own code, very easy to use)
main
- 绘制直方图,直方图均衡化,LOMO 效果(Draw histogram, histogram equalization, LOMO effect)
zhifangtujunhenghua
- 在opencv和vs2015配置环境中实现多张图像的直方图均衡化处理(In opencv and vs2015 configuration environment, histogram equalization of multiple images is realized.)
Opencv一系列图像增强算法
- 基于OpenCV与mfc实现的一系列图像增强算法,边缘提取,直方图均衡化,各种滤波,应有尽有,界面美观大方