搜索资源列表
MATLAB图像处理源程序
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209
图像处理
- 包含多种图像处理算法,可显示图像直方图,进行图像压缩计算压缩比,对图像进行锐化(拉普拉斯算子,索伯算子等)
IDL读取图像,计算直方图
- 用IDL写的读取图像并计算影像的直方图的程序,注释明确,简单易懂
二维直方图熵阈值法
- 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
统计
- 计算图像直方图的统计特征,包括均值,方差,熵,三阶矩等。-image histogram calculated the statistical characteristics, including mean, variance, entropy, such as third-order moments.
HistogramWork
- 本程序是计算一幅图像的直方图,并把计算出来的数据显示出来-the calculation procedure is a histogram of the image, and the calculated data are displayed
GraylevelHistogram
- 这是VC++灰度直方图仿真程序,打开图像,并且显示灰度直方图。-histogram simulation program, open image, it also shows the histogram.
demhist
- 这是一个C语言的程序,是用来计算图像的直方图信息的,程序中用到了OpenCV编程。希望能给你们带来好处-This is a C language procedure is used to calculate the image histogram information. the procedure used OpenCV programming. Hope you can bring benefits
GetDiffValue
- 彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想-color image so poor operation and the hours for RGB and luminance histogram statistics, calculated second-order derivative of the zero point, entirely independent creat
imagework
- 打包的一堆图像处理算法,从最简单的直方图计算开始、简单的压缩算法等~里面都有说明~-packed pile of image processing algorithms, from the most simple histogram calculation, simple compression algorithm which have been described ~ ~
zhifangtujunhenghua
- 函数功能,对图像进行直方图均衡 直接读图像Img10_1.bmp,读到tu中 graydis是原始直方图各灰度级像素个数 原始直方图graydispro,利用原始直方图计算原始累计直方图graydispro t[]计算和原始灰度对应的新的灰度t[],建立映射关系,t坐标代表原始的灰度,t[]代表对应原始坐标的新坐标 new_graydis是统计新直方图各灰度级像素个数 计算新的灰度直方图new_graydisp
IterHistDiv
- 经典迭代直方图分离聚类算法,该聚类算法基于图像直方图,非常适合于多类目标分割,计算速度非常快-Classical iterative separation histogram clustering algorithm, the clustering algorithm based on image histogram, very suitable for many types of object segmentation, calcul
HistogramEqualization
- 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。-In th
image_processing
- 包含多种图像处理算法,可显示图像直方图,进行图像压缩计算压缩比,对图像进行锐化(拉普拉斯算子,索伯算子等)-Contains a variety of image processing algorithms, can display the image histogram for image compression calculation of compression ratio, image sharpening [Laplacian
myf_hist
- Vc++ 单通道图像直方图计算显示 基于OpenCV-Vc++ single image histogram calculation shows that based on the OpenCV
histshow
- 本程序计算图像直方图,并以二维形式显示出来-Procedures for the calculation of the image histogram, and the form of two-dimensional display
Histogramrelatedcode
- 图像直方图的计算与匹配,比较完整的直方图方面的内容。-image processing of histogram analysis and matching
image
- 一个简单的图像处理mfc程序,包括图像显示,参数计算,图像直方图,空间域频率域滤波,复原等-Mfc a simple image processing procedures, including image display, parameter calculation, the image histogram, spatial frequency domain filtering, restoration, etc.