搜索资源列表
-
1下载:
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology.
1.
-
-
0下载:
图像直方图,均衡化直方图。-image histogram, histogram equalization.
-
-
0下载:
一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included:
imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values.
imsmarthist_thresh.cpp: equalize data based on histogram
imsmartstd_thresh.cpp: equal
-
-
0下载:
OpenCV直方图等化范例,程式码简单易懂易学。-OpenCV histogram equalize sample, the code easy to understand to learn.
-
-
0下载:
Just a small app to eualizing histogram
-
-
0下载:
数字图像处理,颜色模型,对图像进行颜色转换-Given a color image ‘football.jpg’.
1) Display the three component images: red, green and blue.
2) Perform histogram equalization for the original image in RGB color space, and display the result.
3) Convert RGB to HSV, e
-
-
0下载:
It is user-build functions to create a histogram of an image and to equalize it.
histogram.m:=creates histogram of an image
histEqual.m:=equalizes the historam
-
-
0下载:
MATLAB编写的图像直方图处理程序,对输入的图像首先显示它的图像与直方图,然后进行直方图均衡化处理,显示处理后的直方图与图像。-A MATLAB program for image histogram equalization. First input an image and display its histogram. Then equalize the histogram of the input image and display its equalized histogram .
-
-
0下载:
Write MATLAB code that will do the following.
(a) Read a gray image and determine the histogram.
(b) Equalize the histogram using normal and adaptive histogram equalization technique (Global).
(c) Equalize the histogram using normal and adaptiv
-
-
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下载:
本程序介绍了直方图均衡化的算法,供读者学习(Histogram equalize based on Visual C++)
-