이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Intensity transformation functions extracted from image intensity histograms play a
basic role in image processing in areas such as enhancement, compression, segmentation, and
description.
The histogram of a digital image with L total possible intensity levels in the range [0,G]
is defined as the discrete function,
h(rk)= nk
rk is the kth intensity level in the interval [0,G].
Value of G is 255 for class uint8.
Often it is useful to work with normalized histograms as
p(rk)= h(rk)/n
= nk/n
Where n is total no. of pixels in the image.
The core function in the toolbox for dealing with image histogram is
h= imhist (f,b),
where f is input image, b is no. of bins. Default value of b is 256.
Normalized histogram is,
p= imhist (f,b)/numel(f)
인용 양식
antonynycil (2026). HISTOGRAM OF AN IMAGE (https://kr.mathworks.com/matlabcentral/fileexchange/37795-histogram-of-an-image), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
