搜索资源列表
MATLAB图像处理源程序
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209
matlab二值图像处理源码
- matlab实现腐蚀,膨胀,开、闭运算,提取边界操作和骨架化操作,计算图像中每个小颗粒的面积和周长等源码。
matlab图像处理软件
- 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域
matlab-picture1
- 这是在matlab下运行的,有关二值图像处理的程序!希望对大家有帮助!-in Matlab is running under the binary image processing procedures! We want to help!
matlab-picture2
- 这是在matlab下运行的,有关二值图像处理的程序!希望对大家有帮助!-in Matlab is running under the binary image processing procedures! We want to help!
matlab-picture3
- 这是在matlab下运行的,有关二值图像处理的程序!希望对大家有帮助!-in Matlab is running under the binary image processing procedures! We want to help!
erzhihuachuli(matlabchaohao)
- 该程序可以用于图像二值化处理,我觉得处理效果很好!-the procedure can be used for binary image processing, I think the effect good!
Morphological_Opening
- 以rice.tif为图像实例,介绍用形态学方法对灰度图像进行处理与分析的技术要点,即对灰度图像进 行如下操作:去除图像的不均匀背景;用设置阈值的方法(thresholding)将结果图像转换成二值图像;通过成分标记(components labeling)返回图像中的目标对象属性,并计算目标对象的统计数字特征。-to rice. Tif images for example, introduces the morphology of
photo
- 关于二值图像处理的源程序,我弄了好久才好用的,大家下载看看,请多多指教-Binary image on the treatment of source, I get used to do for a long time, take a look at everyone to download, please exhibitions
image
- 简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换-Simple image processing: to read the image, gray image of the edge detection, binary image of the border pixels, fuzzy image processing, fr a me images, and image typ
dither_Bayer
- 利用bayer抖动算法实现图像的二值化处理,便于调频加网输出-Bayer dithering algorithm using image binarization handle, easy to output FM Screening
Nine
- 第九章 MATLAB 图像显示与色彩 9.1 图像显示 9.1.1 imshow 函数 9.1.2 显示索引图像 9.1.3 显示灰度图像 9.1.4 显示二值图像 9.1.5 显示真彩图像 9.1.6 直接从磁盘文件中显示图像 9.2 特殊图像显示技术 9.2.1 显示颜色条 9.2.2 显示多帧图像序列 9.2.3 显示多幅图像序列 9.3 纹理映射 9.
LSB11
- 实现用MATLAB处理二值图像,添加水印,并进行提取-useing matlab to chang the picture
rice
- 基于图像识别的整精米自动检测 检测出图中的碎米,并在相应的米粒上打上标志。 对图像进行预处理,把米粒图像变成二值图像,根据区域内部像素的连通性,将不同的区域赋予不同的标记,计算出单个米粒所占的像素 -Based on Image Recognition milled rice automatically detect detect the broken map, and marked with the correspondi
erzhihuatuxiang
- 该程序可以实现二值图像的细化,采用的不是matlab自带的函数算法进行处理,而是采用了一种新算法进行细化,比原算法有很大改进,值得研究!-The program can achieve binary image thinning using matlab built-in function is not processing algorithms, instead of using a new algorithm refinement,
matlab_image_base_transformation
- MATLAB的基本操作实现:P0201:MATLAB赋值,MATLAB中的for循环,MATLAB中的for循环和if条件,MATLAB图像处理的基本操作,MATLAB高级图像处理操作,根据RGB图像创建一幅灰度图像,二值图像的取反操作,用imshow函数显示图像,在同一个窗口内显示两幅图像-MATLAB' s basic operations to achieve: P0201: MATLAB assignment, MATLA
GUI图像处理程序
- 能够实现简单的图像处理操作,滤波,灰度化,二值化,形态学操作等(To achieve a simple image processing operations, filtering, grayscale, two values, morphological operations)
MATLAB二值化处理
- 利用MATLAB对图像进行二值化处理,方便后续的图像处理(MATLAB image processing two values)
MATLAB代码
- 基于MATLAB数字图像处理技术,对二值图像进行编解码,根据函数调用格式【C,S】=wavedec2(X,N,'wname')中返回的C和S,利用Gabor核函数实现图像的Gabor变化,利用函数wavedec2()实现图像多层小波分解及显示、利用算术编码方法对矩阵进行编解码(Digital image correlation techniques)
彩色图像二值化
- 可将任意RGB彩色图像(像素不能过高),转化成二值图像(Any RGB color image can be converted to two value image.)