用MATLAB检测图像的边缘并分割我要分享

MATLAB detection of image edge and split

Prewitt算子 σ值 LoG算子 Canny算子 阈值分割 水线阈值法 四叉树分解 形态学 Prewitt σ LoG Canny

关注次数: 345

下载次数: 0

文件大小: 40KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

程序代码说明

P0401:用Prewitt算子检测图像的边缘

P0402:用不同σ值的LoG算子检测图像的边缘

P0403:用Canny算子检测图像的边缘

P0404:图像的阈值分割

P0405:用水线阈值法分割图像

P0406:对矩阵进行四叉树分解

P0407:将图像分为文字和非文字的两个类别

P0408:形态学梯度检测二值图像的边缘

P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象。


English Description:

Program code that
P0401: use Prewitt operator to detect image edges
P0402: with different sigma value of LoG operator to detect image edges
P0403: use Canny operator to detect image edges
P0404: image threshold segmentation
P0405: water line method of threshold segmentation image
P0406: The image is divided into two categories: text and non text
P0407 quadtree decomposition of matrix, the image is divided into words and words of two categories
P0408: detecting the edge of the binary image morphological gradient
P0409: morphological instance - from PCB image to delete all the current line, retain only chip objects.


代码预览

chap4

.....\P0401.m

.....\P0402.m

.....\P0403.m

.....\P0404.m

.....\P0405.m

.....\P0406.m

.....\P0407.m

.....\P0408.m

.....\P0409.m

.....\readme.txt

.....\wrod213.bmp