搜索资源列表
-
1下载:
局部累计直方图,自己改的小程序,仅供参考,用于图像检索-local cumulative histogram, a small change their procedures for reference for Image Retrieval
-
-
1下载:
毕业设计做的一个图像检索系统,实现基于颜色直方图、累加直方图的检索-Graduation to do an image retrieval system, color-based histogram, cumulative histogram of the retrieval
-
-
0下载:
累加颜色直方图法图像检索,包含基本程序、图片库以及WORD说明文档-Cumulative color histogram image retrieval, including basic procedures, photo gallery and documentation WORD
-
-
1下载:
基于颜色累加直方图的图像检索,可供初学者参考,matlab编程实现-Cumulative color histogram-based image retrieval, reference for beginners, matlab programming
-
-
0下载:
实现焊缝图像的直方图均衡化处理,其中包括图像原始直方图和累积直方图,达到图像处理的效果。-The realization of Welds histogram equalization image processing, including the original image histogram and cumulative histogram image processing to achieve results.
-
-
0下载:
函数功能,对图像进行直方图均衡
直接读图像Img10_1.bmp,读到tu中
raydis是原始直方图各灰度级像素个数
原始直方图graydispro,利用原始直方图计算原始累计直方图graydispro
t[]计算和原始灰度对应的新的灰度t[],建立映射关系,t坐标代表原始的灰度,t[]代表对应原始坐标的新坐标
new_graydis是统计新直方图各灰度级像素个数
计算新的灰度直方图new_graydispro,利用新的直方图计算新的累计直方图new_graydisp
-
-
0下载:
使用OpenCV读取图像,使用自定义类计算图像的累积直方图,可以快速计算指定区域直方图-Use OpenCV to read images, images are calculated using a custom class cumulative histogram, you can quickly calculate the designated area histogram
-
-
0下载:
实现了一些基本的图像处理功能,包括计算图像的累积分布,提高图像的对比度,直方图均衡化,计算图像的灰度图和对累积分布函数进行归一化。-Including some basic image processing functions, including the calculation of the cumulative distribution of the image to improve image contrast, histogram equalization, grayscale imag
-
-
0下载:
基于局部累积直方图和纹理特征的图像检索方法-The cumulative histogram and texture based on local features of image retrieval methods
-
-
0下载:
图像处理作业 用matlab显示直方图 累积分布函数 加高斯噪声 再用平滑降噪 都是自己编的程序-Given the test image "Lenna" 256*256 with 256 gray levels, do the following:
1) Using MATLAB display the test image.
2) Display the intensity histogram of the test image.
3) Using the im
-
-
0下载:
An image Histogram represents the tonal distribution of an image. It plots the number of pixels
for each tonal value. In Histogram equalization the global contrast enhancement is obtained using
the cumulative density function of the image as a tr
-
-
0下载:
1) 对给定的待处理图像统计其直方图,求出
2) 根据统计出的直方图采用累计分布函数做变换
求变换后的新灰值度。
3)用新灰值度代替旧灰值度,求出 。
-1) given the pending image statistics, the histogram obtained 2) According to the statistics of the histogram of the cumulative distribution function do transform
-
-
0下载:
实现RGB到HSV空间转换,之后提取H、S、V分量后获取图像的颜色直方图和累计颜色直方图。-Achieve RGB to HSV space conversion, after the extraction of H, S, V components to obtain the image of the color histogram and cumulative color histogram.
-