매트랩을 이용한 영상처리 보고서
페이지 정보
작성일 19-05-24 12:55
본문
Download : 매트랩을 이용한 영상처리 레포트.hwp






순서
설명
매트랩을 이용한 영상처리 레포트 , 매트랩을 이용한 영상처리 레포트기타레포트 , 매트랩 이용한 영상처리 레포트
디지털 영상처리 레포트(report)
1.The array on the next page represents a small grayscale image.Compute the images that result when the image is convolved with each of the masks (a.h) shown. At the edge of the image use a restricted mask. (In other words, pad the image with zeros.)
20 20 20 10 10 10 10 10 10
20 20 20 20 20 20 20 20 10
20 20 20 10 10 10 10 20 10
20 20 10 10 10 10 10 20 10
20 10 10 10 10 10 10 20 10
10 10 10 10 20 10 10 20 10
10 10 10 10 10 10 10 10 10
2. Check your answers to Question 1 with MATLAB.
-1 -1 0 0 -1 0
a. -1 0 1 h. -1 4 -1
0 1 1 0 -1 0
a필터에 대한 결과
`` filter2(a1,a)
ans =
60 40 30 30 40 40 40 30 0
40 0 -10 -10 0 0 10 0 -30
40 -10 -30 -30 -20 -20 0 -10 -40
30 -30 -30 -10 0 0 20 0 -40
10 -30 -10 10 10 0 20 0 -40
10 -10 0 10 0 -10 10 -10 -4…(drop)
매트랩을 이용한 영상처리 보고서
Download : 매트랩을 이용한 영상처리 레포트.hwp( 85 )
매트랩,이용한,영상처리,레포트,기타,레포트
레포트/기타
매트랩을 이용한 영상처리 보고서
다.