Log Transformation in Image Processing with Example
22,580 views
10 slides
Sep 03, 2019
Slide 1 of 10
1
2
3
4
5
6
7
8
9
10
About This Presentation
Log Transformation in Image Processing with Example. Here log transformation graph and matlab code with input and output image.
Size: 16.62 MB
Language: en
Added: Sep 03, 2019
Slides: 10 pages
Slide Content
Log Transformation Presented by: Group no: 08 Roll: 160129 , 160134 Session: 2016-17 Department of Computer Science and Engineering Jashore University of Science and Technology
Objectives What is log transformation? Properties of log transformation; Log transformation graph; Coding technique; Input and output; Log transformation applications; References.
What is Log Transformation? Log transformation means replacing each pixel value with its logarithm value. The log transformations can be defined by this formula s = c log(r + 1 ) Where s and r are the pixel values of the output and the input image and c is a constant. The value 1 is added to each of the pixel value of the input image because if there is a pixel intensity of 0 in the image, then log (0) is equal to infinity. So 1 is added, to make the minimum value at least 1.
Properties of log transformations For lower amplitudes of input image the range of gray levels is expanded For higher amplitudes of input image the range of gray levels is compressed