搜索资源列表
matlab二值图像处理源码
- matlab实现腐蚀,膨胀,开、闭运算,提取边界操作和骨架化操作,计算图像中每个小颗粒的面积和周长等源码。
fast_distance_map_caculate
- 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
boundary_code
- 对二值图像进行边界提取,生成8方向的边界链码,可以求出各个链码元素出现的频率-value of two images boundary extraction, production direction of the border eight chain code, can be obtained in various chain code elements, the frequency
Matlabpictureprogramme
- matlab图像处理的一些命令,如applylut,提取二进制图像的轮廓的bwmorph,识别强度图像中的边界的edge,进行二维快速傅里叶变换的fft2等等.-Matlab image processing some orders, such as applylut. extract the binary image of the contours of the bwmorph identify intensity image of
boundaries
- 利用边界追踪法对图像进行轮廓提取,此函数文件得到的是边界点对应位置索引矩阵-The use of boundary-tracing method of image contour extraction, this function is to document the location of boundary points corresponding to the index matrix
tuxiang
- 图像处理之人脸识别,基于数学形态学的边界提取-Image processing of face recognition, based on mathematical morphology for edge extraction
9
- ch9_2_1:调用函数bwmorph实现骨架化操作(§9.2.4) ch9_2_2:利用函数bwperim实现提取边界操作(§9.2.4) ch9_2_3:利用函数bwmorph实现提取边界操作和骨架化操作(§9.2.4) ch9_2_4:利用函数imbothat处理图像(§9.2.4) ch9_2_5:利用函数imclose执行图像闭运算(§9.2.4) ch9_2_6:利用函数imopen执行图像开运算度(§9
fillhole
- 运用形态学的方法,实现了对边界提取后的图像进行填洞操作,以产生一个分割模板。-The use of morphological methods to achieve extraction of the border after the operation of the image to fill the holes in order to create a partition template.
contourtrack
- matlab边界自动跟踪程序,该程序可以直接运行,涉及边界判别准则和搜索准则。图像要求为二值图像,可输出为边界的点的坐标和轮廓图像。-matlab boundary automatic tracking program can be run directly involving border criteria and search criteria. Image requirements for binary images can be
img-reg
- 对图像实现骨架化操作、提取边界、执行图像开运算度、增强图像对比度并提取文本图像中的某些字符对象。-Implementation of the image skeleton operation, extraction of the border, the implementation of open computing degree images to enhance image contrast and to extract the t
Edge-Detection-Color
- 主要是关于彩色图像边界提取的源代码。里面包含有待处理的图片以及所有的源代码,即M文件。-Mainly on the color image edge extraction of the source code. Which contains the picture to be addressed, as well as all the source code, that is, M documents.
ExtractedGrayScaleImageOfTheBorder
- 提取灰度图像边界 提取灰度图像边界 提取灰度图像边界 -Extracted gray-scale image edge extraction gray image gray-scale image edge extraction extraction extraction of gray image gray-scale image border border
bianjielianma
- MATLAB 特征提取 边界链码(图像处理)-MATLAB boundary chain code feature extraction (image processing)
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
PDE_in_image_processing
- 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方
bianjietiqu
- 图像处理matlab 使用matlab语言对图像进行边界提取-Edge extraction image processing matlab
edges-matlab
- 自动检测提取彩色图像边界,使用matlab实现,下载文件后,请将文件后缀改为.m。-Automatic detection of color images to extract the boundary, the use of matlab to achieve, download files, change the file extension to. M.
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态
matlab边界提取
- MATLAB图像边界提取,各种算子的比较(MATLAB image boundary extraction)
imagemodify
- 利用matlab程序编写云雾的边界提取并计算云雾的尺寸(Extracting and calculating the size of cloud fog by the boundary of cloud and fog)