搜索资源列表
xiaotaobaobaomatlabgerenzhizuo
- 这个是本人自己做的一个matlab程序,希望大家可以能用到,2.4.6....32变为灰度-this is the doing of a Matlab procedures in the hope that we can use to be, 2.4.6 .... 32 into gray
pthoto1
- subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original ima
4
- 第四章 MATLAB 图形对象操作 4.1 图形对象的属性 4.2 图形对象句柄的获取 4.2.1 对象创建时获取 4.2.2 层次关系来获取 4.2.3 当前对象的获取 4.2.4 根据对象属性值的获取 4.3 图形对象句柄的删除与判断 4.3.1 句柄的删除 4.3.2 句柄的判断 4.4 图形对象属性值的获取与设置 4.4.1 图形对象属性值的设置 4.4.2 图形对象属性值的获取 4.4.3 用户缺省值的操作
newnethodotsu
- 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
Image_Operators_matlab_codes
- 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12
imageprocessing-2
- 介绍四种实用的对图像进行边缘检测提取的源代码:1.LoG边缘算子法(须带参数运行);2.Prewitte边缘算子(须带参数运行);3.Roberts边缘算子法(须带参数运行);4.Sobel边缘算子法(须带参数运行)。希望对大家有用。
imageprocessing-4
- 介绍了3种实用的图像复原的源代码(须带参数运行):1.高斯模糊处理;2.均值滤波处理;3.中值滤波处理。 希望对大家有用。
yuvFormat
- yuv视频格式转换。4:2:0 4:2:2 4:1:1等不同格式之间的转换。
splitmerge
- 基于matlab的图像分割合并算法实现,运行程序时,需设定最小模块大小,可设定为2,4,8,16-image split and merge based on matlab,the program need to give the minimum module size.
M2M4.rar
- 该代码是经典的信噪比估计算法,用到了统计学中基于矩估计的思想,利用信号的2、4阶矩来估计接收信号的信噪比,The code is a classic signal to noise ratio estimation algorithm, using the statistical moment estimation based on the idea of the use of 2,4-order moment of signals to estimate the received signal
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
ImageMagick-4.2.1
- 这是各种格式图象文件读写的接口,并附有源码-This is the image files in various formats to read and write interface, with source
Ten
- 第十章 MATLAB 图像正交变换 10.1 正交变换通用算子 10.2 傅立叶变换 10.2.1 傅立叶变换的原理 10.2.2 傅立叶性质 10.2.3 二维离散傅立叶变换( 2DDFT ) 10.2.4 快速傅立叶变换( FFT ) 10.2.5 傅立叶变换的研究与应用 10.3 离散余弦变换 10.3.1 DCT 变换矩阵 10.3.2 dct2 函数和 dctmtx 函数 10.4 Walsh- Hadamard 变换
block
- 编程实现子块为N*N的方块编码,分别取n=2,4,8方块尺寸进行编码实验。-Programming sub-block box for the N* N codes, were collected from the box size n = 2,4,8 encoded experiments.
rgbFilter
- 对YUV格式为4:2:2的视频进行过滤得到RGB图像,可以更改YUV通道的阈值进行不同结果-4:2:2 for YUV format video filter to be RGB images, you can change the threshold value YUV channel to get different results
cairo-1.4.10-msvc
- Cairo是开源代码,用图像处理算法,对画图锯齿进行处理的一种算法。-Cairo
AGorgePhoto
- AGorgePhoto图像特效大师v.2.4.0修正版源码,原作者Andrew Kirillov,本人只是修改了一些已发现的BUG,并保留了原作者的版权信息, 这款软件包含强大的图像处理库和 功能强大的图像滤镜库,还有大量的滤镜特效,采用C#编写,非常适合编写图形处理的开发人员学习! 本软件基于AGorge.NET开放框架。已转为VS2008 SP2环境打开-AGorgePhoto image effects master v.2.4.0 revision source, the o
ItkSoftwareGuide-2.4.0
- ITK的用户帮助手册,希望对学习ITK的人有用-ITK user help manual, I hope useful to people learning ITK
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
MOG2_OPENCV2.4.9
- 经典背景减除方法,MOG2(或GMM),从opencv2.4.9中单独提取出来的,经过实验调试通过的,可同其他背景减除方法结合或对比。-It is a typical background subtraction mathod, which is OpenCV 2.4.9. It was proposed by Zivkovic in 2014ICPR and proved effective.
