下载此文档

视觉感知lab实验报告.docx


文档分类:研究报告 | 页数:约7页 举报非法文档有奖
1/7
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/7 下载此文档
文档列表 文档介绍
edge detect(——实验报告
赵宏伟
1实验要求
Load the three receptive fields , , and (corresponding to th, Gaborv, show what it would look like to have an entire array of these neurons processing the Einstein image. You can do this by typing
pim=conv2(einstein,DOG,'same');
where pim is your result image.
Compare differences of the results from DOG , Gaborh and Gaborv.
2实验环境
pc 机:windows 7 ultimate X86
Matlab (2009a)
3实验内容
A.
(1)结果图
图1
(2)实验代码
load ;
load ;
load ;
load ;
load ;
colormap(gray);
WS=[- ];
subplot(1,3,1);imagesc(DOG,WS);axis image;title('DOG');%显示为第一幅图像并控制缩放,灰度显示
subplot(1,3,2);imagesc(Gaborh,WS);axis image;title('Gaborh');%显示为第二幅图像并控制缩放,灰度显示
subplot(1,3,3);imagesc(Gaborv,WS);axis image;title('Gaborv');%显示为第三幅图像并控制缩放,灰度显示
B.
(1)结果图
(2)实验代码
>> i=1;
>> while(i<=8)
;imagesc(edge(:,:,i));axis image;i=i+1;
subplot(2,4,i) end
C.
⑴结果图
图3 DOG与edge的每个点做点积
图4 Gaborv与edge的每个点做点积
图5 Gaborh与edge的每个点做点积
(2)实验代码
load ;
load ;
load ;
load ;
load ;
figure;
for i=1:8
subplot(2,4,i);bar(dot(DOG,edge(:,:,i)));xlabel('DOG');
end
figure;
for i=1:8
subplot(2,4,i);bar(dot(Gaborv,edge(:,:,i)));xlabel('Gaborv'); end
figure;
f

视觉感知lab实验报告 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数7
  • 收藏数0 收藏
  • 顶次数0
  • 上传人suijiazhuang1
  • 文件大小235 KB
  • 时间2022-08-09