For Me
1.是否真正跟上進度及學到東西。
2.出席率 。
3.上課是否認真 。
4.Blog填寫是否認真。
For Teacher
1.是否能激發學生學習興趣。
2.是否能真正解決學生問題所在。
這學期我所列的四個要素自認都有做到,
所以我給自己80分。
也謝謝老師們這學期的教導,
和開拓我們的視野,真的獲益良多!
2008年1月3日 星期四
2007年12月20日 星期四
Week14 CH7 Read
將上次考試的合成圖,運用老師所說的遮罩(mask)方法再做一遍,
得到下圖 (.m)檔案如下!
---------------------------------------
a=imread('ic.tif');
b=imread('blocks.tif');
mask=zeros(256);
for i=1:128,
mask(i:257-i,i:257-i)=i/128;
end
g=mat2gray(a);
k=mat2gray(b);
c=g.*(1-mask)+k.*mask;
imshow(c);
---------------------------------------

感覺不錯,省掉許多麻煩的步驟。
第七章問題︰
許多公式不解其推導...
DFT部分也蠻模糊的...
figure 7.28 Low - pass filtering 和 High - pass filtering 指的是什麼?
得到下圖 (.m)檔案如下!
---------------------------------------
a=imread('ic.tif');
b=imread('blocks.tif');
mask=zeros(256);
for i=1:128,
mask(i:257-i,i:257-i)=i/128;
end
g=mat2gray(a);
k=mat2gray(b);
c=g.*(1-mask)+k.*mask;
imshow(c);
---------------------------------------

感覺不錯,省掉許多麻煩的步驟。
第七章問題︰
許多公式不解其推導...
DFT部分也蠻模糊的...
figure 7.28 Low - pass filtering 和 High - pass filtering 指的是什麼?
2007年11月29日 星期四
Week 11---期中回顧
- 前半學期心得:
依照老師指定進度跟進,起初講的觀念還蠻容易理解
用原文書看+實作測試還消化得了,但章節越到後面,
越複雜難懂,即便參照中文書有時也似懂非懂,所以
到目前為止還有些觀念要釐清。
- 表現不錯的:
上網查找資料跟討論問題。
- 哪方面該加強的:
- 課程內容該加強的:
是否對我有幫助。
- 自評:
2007年11月8日 星期四
2007年11月1日 星期四
Week7 CH4
心得:
看完及實做所有範例後,除了下面兩個問題不解之外,大概
了解了本章灰階影像的處理和運用。
Q1:
If we were to treat the image as a continuous function f(x,y) and the
histogramas the area between different contours , then we can treat the
histogram as a probability density function.
[P.81]---不太能理解這句。
看完及實做所有範例後,除了下面兩個問題不解之外,大概
了解了本章灰階影像的處理和運用。
Q1:
If we were to treat the image as a continuous function f(x,y) and the
histogramas the area between different contours , then we can treat the
histogram as a probability density function.
[P.81]---不太能理解這句。
Q2:
下面指令用空白隔開.25、.5、.75等等參數的意思是??---[p.76]
2007年10月24日 星期三
Week6 CH4
Q1:
If we were to treat the image as a continuous function f(x,y) and the
histogramas the area between different contours , then we can treat the
histogram as a probability density function.
[P.81]---不太能理解這句。
4.2
在運用函數做加減乘除,讓灰階影像變暗或變亮的的運算
其中會有資訊流失的問題也有提及,還有補色的運用產生
底片的效果等等。
If we were to treat the image as a continuous function f(x,y) and the
histogramas the area between different contours , then we can treat the
histogram as a probability density function.
[P.81]---不太能理解這句。
Q2:
下面指令用空白隔開.25、.5、.75等等參數的意思是??---[p.76]
4.2
在運用函數做加減乘除,讓灰階影像變暗或變亮的的運算
其中會有資訊流失的問題也有提及,還有補色的運用產生
底片的效果等等。
2007年10月18日 星期四
2007年10月11日 星期四
2007年10月3日 星期三
2007年9月27日 星期四
User’s Guide 讀後問題
訂閱:
文章 (Atom)