图像中识别几何形状的基本方法我要分享

Basic method of recognizing geometric shape in image

hough-曲线检测 hough、Gabor、Radon、 wdcbm2 headata matlab-车牌矫正

关注次数: 315

下载次数: 0

文件大小: 4KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩


English Description:

1. The basic method of recognizing geometric shape from image; the basic principle is to change the given curve in the original image space into a point in the parameter space by using the duality of point and line, so that the given detection problem in the original image can be transformed into the problem of finding the peak value in the parameter space.


代码预览

hough

hough

hough

hough

hough

hough

相关推荐