대학원 일기

히스토그램 변경 본문

Image processing/이론

히스토그램 변경

대학원생(노예) 2023. 7. 29. 14:33

Graylevel Histogram

- 각 gray level이 갖는 화소의 수 혹은 총 화소 수에 대한 비율을 표시한 함수

- with a small(wide) spread → low(high) contrast

- 히스토그램의 분포가 넓을 경우, 대비가 큰 것(좋은 것). 히스토그램의 분포가 좁을 경우, 대비가 낮은 것.

 

 

히스토그램 기법들

 

Histogram Stretching

- Increase contrast of a low contrast image

[Mapping Function]

Histogram stretching function
Histogram stretching result

 

Histogram Shrinking

- Decrease image contrast by compressing the gray levels

[Mapping Function]

Histogram shrinking function
Histogram shrinking result

 

Histogram Sliding

- Make an image darker or lighter but retaini the relationship between graylevel values

[Mapping Function]

 

Histogram Equalization

- Histogram equalization is a method in image processing of contrast adjusment using the image's histogram.

Histogram equlization result

 

'Image processing > 이론' 카테고리의 다른 글

에지 추출(edge detection)  (0) 2023.07.29
화소 그룹 처리  (1) 2023.07.29
단일 화소 처리 기법1  (0) 2022.07.02
컬러 모델(Color Model)  (0) 2022.07.02
영상의 디지털화  (0) 2022.06.23
Comments