中文说明:
程序代码说明
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象。
English Description:
Program code thatP0401: 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.