搜索资源列表
matlabimageprocessing
- matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing, sharpening operator templat
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
ImageComputing
- matlab中关于图像处理的一些基本运算。也涉及了matlab中关于矩阵操作的一些基本方法,是matlab学习的基础,更是数字图像处理的基础。-matlab image processing on some of the basic operations. Also involves a matlab matrix operations on some of the basic method is matlab foundation of learning, but also the basis
Mathematicalmorphologyoperations
- 数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion
Morph
- 本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
chapter3
- 《数字图像处理与机器视觉:Visual C++与Matlab实现》3 二值图像中的基本形态学运算,灰度图像中的基本形态学运算-"Digital image processing and machine vision: Visual C++ and Matlab to achieve" 3 Binary image of the basic morphological operations, gray image of basic morphological operations
tuxiangchul
- MATLAB的GUI编程图像处理中的基本问题,包括膨胀,腐蚀,线性插值等等一系列的运算。-Image Processing MATLAB-GUI programming in the basic issues, including expansion, corrosion, linear interpolation and so a series of operations.
Nero
- 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
GUI
- 利用Matlab的图形用户界面(GUI)编程实现1.信号产生,信号基本运算,傅立叶变换 2.图像文件的读取和显示,图像增强,边缘检测,图像的数学变换-Using Matlab' s graphical user interface (GUI) programming 1. Signal generation, signal basic operations, Fourier transform 2. Read and display image files, image enhance
jibencaozuo
- 这是运用matlab进行图像处理时会遇到的基本操作,包括图像的代数运算、几何运算、空间变换、区域操作等-This is for image processing using matlab will encounter the basic operations, including images of algebra, geometry operations, space transformation, regional operations, etc.
ImageAnalysis_Practical-22-programs
- MATLAB图像分析处理22解,有22个小程序 实现基本而典型的图像分析运算或操作。-MATLAB digital image analysis 22 methods, programs are offered for basic and typical operations in image analysis
Digital_Image_Processing_exp1
- 数字图像处理实验一,用Matlab进行图像的代数运算(加减乘除)等基本操作-Digital image processing experiments, using Matlab image algebraic operations (addition, subtraction) and other basic operations
imageproc
- 用matlab对图像进行五类基本运算,例如灰度直方图,邻域平均,局域增强,中值滤波-Image using matlab five types of basic operations, such as histogram, neighborhood average, local enhancements, median filtering
11
- 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
第一章 图像的点运算
- 基本图像处理,图像点运算,几何变换,灰度变换,对数变换(Basic image processing, image point operation, geometric transformation, grayscale transformation, logarithmic transformation.)
Oleration
- 用MATLAB实现计算机视觉中三维重构所需的基本矩阵的运算(Implementation of basic Matrix Operation for 3D Reconstruction in computer Vision with MATLAB)