搜索资源列表
myimageprocess2.rar
- 直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,,histgram equalization,histogram matching
hanfeng612
- matlab gui界面设计,包括:图像的剪切和显示,彩色图像灰度直方图获取;灰度直方图,直方图均衡化和直方图匹配等-matlab gui interface design, including: images cut and shows histogram for color image gray histogram, histogram equalization and histogram matching
zftpipei
- 将两幅图形进行直方图匹配的简单易懂的matlab程序。-The two graphics histogram matching matlab program easy to understand.
MATLAB6
- Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
point-operation
- 画出图像的灰度直方图,并对直方图进行线性点运算,直方图均衡化以及直方图匹配-Draw the image histogram, and histogram linear point operations, histogram equalization and histogram matching
shiyan2
- 关于图像处理的,直方图匹配,按照所要求的直方图进行局部增强,并进行中值滤波的程序-On image processing, histogram matching, histogram in accordance with the requirements of local enhancement, and the procedures for median filtering
14235002196
- c++实现遥感图像的直方图匹配程序.请各位享用 .-c++ realization of remote sensing image histogram matching program. please enjoy.
chengxu
- #显示直方图; #对图像进行指数或者对数变换; #直方图均衡化; #局部(ROI)均衡化,把均衡化后的局部图像显示到原图像; #按照某种函数进行直方图匹配。-# Show the histogram # of images or the number of index change # histogram equalization # local (ROI) equalization to balance after a partial image display
Histogramrelatedcode
- 图像直方图的计算与匹配,比较完整的直方图方面的内容。-image processing of histogram analysis and matching
matlab
- 图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码-Image gray-scale transformation, image sharpening, ⑴ histogram equalization (histogram equaliza
ImageEnhance
- 完整的图像增强工具可以直接对图像处理并将图像保存下来,包括线性拉伸,直方图匹配,特别是可以对大图像进行处理。-A complete image enhancement tools directly on the image processing and image preservation, including the linear stretching, histogram matching, in particular, can handle large images.
histogram
- 根据冈萨雷斯数字图像处理中做的,使用matlab进行直方图的均衡化以及直方图匹配程序,附带原图像-According to Gonzalez, digital image processing to do, the use of matlab to histogram equalization and histogram matching program, with the original image
zhifangtupipei
- 直方图匹配vc++算法,包含直方图,直方图均衡,直方图匹配-Histogram matching vc++ algorithms, including histogram, histogram equalization, histogram matching
hist
- 对图像进行直方图匹配,使图像变得更加清楚。-The image histogram matching, the image becomes more clear.
Image-match-selection
- 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
Histogram-matching-function
- 直方图匹配函数,包括二维及多维图像的处理-Histogram matching function, including the two-dimensional and multi-dimensional image processing
matchHistograms
- 用matlab实现彩色图像的直方图匹配,提供源代码和说明文档- histgram matching
histogram_matching_8bit
- 8bit 图像 自适应对比度增强——直方图匹配法以及直方图均衡法(8bit Histogram Matching)
直方图匹配
- matlab直方图匹配程序,导入图片可以直接进行运算
直方图匹配MATLAB编程
- 用MATLAB变成来实现直方图匹配,没有使用内置函数,自己编程实现