3-2 Flashcards
(7 cards)
what is an image histogram
shows frequency of pixels/intensity values
applications of image histogram (4)
- improve visual appearance of image using various methods
Analysis of image quality:
- depict image statistics in graphical format
- May highlight problems originated during image acquisition eg. Exposure, contrast
- Detect wide range of defects ie. saturation, impact of compression
image brightness vs image contrast in image histogram
Image Brightness: intensity
of light emitted by particular light source
Image Contrast: difference
between maximum and minimum
pixel intensity in an image
histogram sliding and purpose
shifts the whole histogram rightwards/ leftwards of the graph
purpose: improve image brightness
g = (f- fmin/ fmax- fmin) (max)
g = output image
f = input image
fmax = current image max intensity/ pixel val
fmin = current image min intensity/ pixel val
max = max intensity/ pixel val possible
histogram stretching effect, disadvantage and purpose
Effect :
takes image and stretches histogram across the entire gray-level range,
increasing contrast of a low contrast image
Disadvantage:
If fmax & fmin is alr 0 and 255 formulae will be useless
Purpose :
enhance contrast of image (difference between max vs min value)
can u do intensity scaling ?
ye or ne o_0