当前位置:
首页 资源下载
搜索资源 - shape detection image matlab
搜索资源列表
-
0下载:
Active contour models, deformable surface models,
edge detection, gradient vector flow, image segmentation,
shape representation and recovery, snakes.-Active contour models, deformable surface models, edge detection, gradient vector flow, image s
-
-
1下载:
求一个图像的最大内接矩形面积。
步骤:
1.相机标定。首先根据物像关系式求出其中的参数。注意参数求出后要进行参数校验。
2.从背景中分离出目标
3.边缘检测
4.目标形状参数计算。-For an image of the largest inscribed rectangle area. Steps: 1. Camera calibration. First of all object-image relationship in accordance with the par
-
-
0下载:
利用Hough变换检测简单形状- shape detection
-
-
0下载:
Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。
代码使用如下:
function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta)
from gaborfilter1 with different f(Frequency) and theta(Angle).
for example
f:0,2,4,8,16,32
theta = 0,pi/3,pi/6
-
-
0下载:
实现图像边缘的傅里叶描述子,可用于边缘检测,形状分析。-Matlab achieve image edge of the Fourier descr iptors, can be used for edge detection, shape analysis.
-
-
0下载:
边缘是指图像中像素灰度有阶跃变化或屋顶状变化的那些像素的集合。学会并掌握使用matlab进行图像的边缘检测,设计用户界面实现上述功能。
实际问题:
1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的菜单,点击相应的菜单(如radio button)在图像界面上可以显示相应的功能。
2 使用sobel检测算子;
3 使用prewitt检测算子;
4 使用canny检测算子;
-Edge is refers to the image pixe
-