MATLAB的一些源码我要分享

Some source codes of MATLAB

源码

关注次数: 162

下载次数: 1

文件大小: 558KB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

MATLAB源码,P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象。


English Description:

Matlab source code, p0401: detect the edge of the image with Prewitt operator p0402: use different σ LOG operator of value detects the edge of image P0403: detects the edge of image with Canny operator p0404: threshold segmentation of image p0405: segmentation of image with waterline threshold method p0406: quadtree decomposition of matrix p0407: divides the image into two categories of text and non text p0408: morphological gradient detects the edge of binary image P0409: morphological example - deletes all current lines from PCB image and only retains chip objects


代码预览