Skip to content

用MATLAB实现的简单基元检测处理,包括sobel算子边缘检测,SUSAN角点检测(非极大值抑制),以及霍夫变换直线检测。

Notifications You must be signed in to change notification settings

ANKIIMA/Primitive-detection-MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.SUSAN.m是SUSAN算子角点检测的代码
2.Sobel.m是SUSAN算子角点检测的代码;Sobel_filter2.m是用filter2函数写的Sobel边缘检测;
3.hough_line.m是调研的霍夫变换直线检测代码;
3.测试图像是Cameraman256.png和house.png,后者为彩色图像;
4.结果图像在另一上传的文件中。

About

用MATLAB实现的简单基元检测处理,包括sobel算子边缘检测,SUSAN角点检测(非极大值抑制),以及霍夫变换直线检测。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages