









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
It contain everything about image processing
Typology: Summaries
1 / 15
This page cannot be seen from the preview
Don't miss anything!
Advantages of Negative Transformation
Produces an equivalent of a
photographic negative.
Enhances white or gray detail
embedded in dark regions
Log transformations function
The general form of the log transformation:
s = c log (1+r)
Where c is a constant, and r ≥ 0
Log curve maps a narrow range of low gray-level values in the input image into
a wider range of the output levels.
Used to expand the values of dark pixels in an image while compressing
the higher-level values.
It compresses the dynamic range of images with large variations in pixel
values.
Log functions are particularly useful when the input grey level values may
have an extremely large range of values
Logarithmic transformation are implemented using the expression:
g = c * log (1 + double (f))
Power-law(Gamma) transformations have the basic
form of:
s = c.r
ᵞ
Where c and y are positive constants
Map a narrow range of dark input values into a wider
range of output values or vice versa
Different transformation curves are obtained by varying
ᵞ (gamma)
If gamma <1 :the mapping is weighted toward brighter
output values.
If gamma =1 (default):the mapping is linear.
Sachin Paul
Power law
example
show a magnetic resonance
(MR) image of a fractured
human spine
different detail
Sachin Paul
mathematics of contrast
stretching
Contrast stretching works by linearly mapping the original intensity range to
a new range. This is achieved
Using the formula:
new intensity = (old intensity – min intensity)(new max – new min*
)/(max intensity – min intensity) +new mean
In this formula , old intensity is the original intensity value, min intensity
and max intensity are the minimum
And maximum intensity values in the original image, and new min and new
max are the desired minimum and maximum intensity values in the
stretched image. By applying this formula to every pixel in the image, the
contrast is effectively enhanced
BIT PLANE SLICING
APPLICATION OF CONTRAST
STRECTING
PPLICATION OF Bit plane slicing