|
혹은 물체의 코너 등을 흐리게 할 수 있다. 1. Understand the histogram equalization and summarize it.
2. Understand the spatial filters in this experiment, Laplacian filter and Sobel filter. Explain how they work as edge detectors.
3. Investigate other spatial filters in image processing.
|
- 페이지 5페이지
- 가격 2,000원
- 등록일 2010.05.28
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
. 1. 실험 목적
2. RGB to YCbCr Color Coordinate Conversion
3. Image Resizing
3.1 Averaging
3.2 Bilinear Interpolation
4. Histogram Equalization
5. Image Sharpening Filter
5.1 Laplacian Filter
5.2 Sobel Filter
6. Demo
6.1 week1
6.2 week2
7. 느낀 점 및 소감
|
- 페이지 10페이지
- 가격 2,300원
- 등록일 2012.08.31
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Image의 경우 DFT가 x축, y축으로 각각 한 번씩 해야 하므로 가로세로 sample의 수가 같다면 총 O(N^4)의 complexity가 요구된다. Week3
1. Explain the relationship between DCT and DFT. Explain FFT(Fast Fourier Transform) and block-DCT which are widely used in many signal processing app
|
- 페이지 10페이지
- 가격 2,300원
- 등록일 2012.08.31
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
2 Problem Solutions
Problem 2.1
The diameter, x, of the retinal image corresponding to the dot is obtained from similar
triangles, as shown in Fig. P2.1. That is,
(d=2)
0:2
=
(x=2)
0:014
which gives x = 0:07d. From the discussion in Section 2.1.1, and taking some liberties
of interpretatio
|
- 페이지 209페이지
- 가격 5,000원
- 등록일 2011.11.02
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
buff;
}
}
//영상처리된 이미지를 파일로 출력
for(i=0;i<height;i++)
{
fwrite(buffer1[i], width, 1, output);
}
fcloseall();
}
2. 원본이미지와 향상된 이미지
-원본이미지-
파일명 : jmj.raw
크기 : 500 x 500
용량 : 244 kbyte
특징 : 디지털 카메라를 사용해 찍은 사진을
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|