-
-
-
Diblook.rar
A very useful tool for image processing tasks. There are implemented a lot of functions(like objects labeling, canny edge detector, filters and so on).
-
video.rar
Background subtraction, canny edge detection using opencv
-
-
-
-
-
canny.rar
检测边缘经典算子,在图像处理预处理方面配合其他算子一起使用具有较好的效果
-
shangchuan.rar
程序代码说明
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-
cannyfinal.rar
canny边缘检测源代码:边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测
-