矩形检测-图像分割我要分享

Rectangular detection-image segmentation

matlab 分割 图像 检测 矩形

关注次数: 247

下载次数: 0

文件大小: 1.71 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:根据Hough变换进行直线提取,确定图像中的矩形图案,并且得到矩形的中心。其中利用了图像处理方法和矩形的几何性质,方法经过验证有效。可以在各种图案形状中(包括三角形,圆形,心形等)识别出矩形,具有一定的试用意义。文件包中有完整MATLAB程序,并附有示例和检测用图。


English Description:

Based on the Hough transform for line segment detection, in the image of a rectangular pattern, and center of the rectangle. Using image processing method and geometric properties of the rectangle, and methods proven effective. Can be used in a variety of patterns (including triangular, round, heart-shaped, and so on) recognize rectangles, with trial significance. Full MATLAB program package, along with examples and test charts.


代码预览

相关推荐