디지털 영상 처리 레포트
본 자료는 3페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
해당 자료는 3페이지 까지만 미리보기를 제공합니다.
3페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

디지털 영상 처리 레포트에 대한 보고서 자료입니다.

본문내용

at the previous question with Gaussian filters with the following
parameters: Size Standard deviation
[3,3] 0.5 1 2
[7,7] 1 3 6
[11,11] 1 4 8
[21,21] 1 5 10
1 2 3
g1=fspecial(\'gaussian\',[3,3],0.5);
g2=fspecial(\'gaussian\',[3,3],1);
g3=fspecial(\'gaussian\',[3,3],2);
1 2 3
g1=fspecial(\'gaussian\',[7,7],1);
g2=fspecial(\'gaussian\',[7,7],3);
g3=fspecial(\'gaussian\',[7,7],6);
1 2 3
g1=fspecial(\'gaussian\',[11,11],1);
g2=fspecial(\'gaussian\',[11,11],4);
g3=fspecial(\'gaussian\',[11,11],8);
1 2 3
g1=fspecial(\'gaussian\',[21,21],1);
g2=fspecial(\'gaussian\',[21,21],5);
g3=fspecial(\'gaussian\',[21,21],10);
At what values do the whiskers disappear?
g3=fspecial(\'gaussian\',[21,21],10); 수염이 가장 안보인다.
8. Can you see any observable difference in the results of average filtering and sing a Gaussian filter?
가우시안 필터는 필터의 크기만 정할 수 있는 average filter와 비교해 크기를 비롯해 표준편차의 값을 정해줄 수 있기 때문에, 더 세밀하게 필터의 값을 취할 수 있다. 그러므로 자신이 원하는 영상을 얻기가 더 쉽다.
9. Read through the help page of the fspecial function, and apply some of the otherfilters to the cameraman image and to the mandrill image.
>> h = fspecial(\'average\', 15);>> h = fspecial(\'disk\', 15);
>> m2= filter2(h,m,\'same\');>> m2= filter2(h,m,\'same\');
>> h = fspecial(\'gaussian\', 15, 2);>> h = fspecial(\'laplacian\', 0.5);
>> m2= filter2(h,m,\'same\');>> m2= filter2(h,m,\'same\');
>> h = fspecial(\'log\', 15, 2);>> h = fspecial(\'motion\', 15, 2);
>> m2= filter2(h,m,\'same\');>> m2= filter2(h,m,\'same\');
>> h = fspecial(\'prewitt\');>> h = fspecial(\'sobel\');
>> m2= filter2(h,c,\'same\');>> m2= filter2(h,c,\'same\');
>> h = fspecial(\'unsharp\', 0.5);
>> m2= filter2(h,c,\'same\');
10. Apply different Laplacian filters to the mandrill and cameraman images. Which produces the best edge image?
>> h = fspecial(\'laplacian\', 0.0);>> h = fspecial(\'laplacian\', 0.5);
>> x= filter2(h,m);>> x= filter2(h,m);
>> imshow(x,[])>> imshow(x,[])
>> h = fspecial(\'laplacian\', 1.0);
>> x= filter2(h,m);
>> imshow(x,[])
>> h = fspecial(\'laplacian\', 0.0);>> h = fspecial(\'laplacian\', 0.5);
>> x= filter2(h,v);>> x= filter2(h,v);
>> imshow(x,[])>> imshow(x,[])
>> h = fspecial(\'laplacian\', 1.0);
>> v= filter2(h,m);
>> imshow(x,[])
- 라플라시안 필터의 값은 0.0 ~ 1.0 까지인데 필터를 적용 시켜본 결과 1.0에서 가장 edge가 가장 강해지는 것을 알 수 있다.
  • 가격9,660
  • 페이지수9페이지
  • 등록일2013.12.29
  • 저작시기2013.3
  • 파일형식한글(hwp)
  • 자료번호#900428
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니