histogram equalization thesis report
#1

I need histogram equalization on sub image clipped histogram thesis report
Reply
#2
I need histogram equalization on sub image clipped histogram thesis report
Reply
#3

Abstract

Histogram equalization is a method in image processing of contrast adjustment using the image's histogram.This method usually increases the global contrast of many images, especially when the usable data of the image is represented by close contrast values. Through this adjustment, the intensities can be better distributed on the histogram. This allows for areas of lower local contrast to gain a higher contrast. Histogram equalization accomplishes this by effectively spreading out the most frequent intensity values.The method is useful in images with backgrounds and foregrounds that are both bright or both dark. In particular, the method can lead to better views of bone structure in x-ray images, and to better detail in photographs that are over or under-exposed. A key advantage of the method is that it is a fairly straightforward technique and an invertible operator. So in theory, if the histogram equalization function is known, then the original histogram can be recovered. The calculation is not computationally intensive. A disadvantage of the method is that it is indiscriminate. It may increase the contrast of background noise, while decreasing the usable signal.In scientific imaging where spatial correlation is more important than intensity of signal (such as separating DNA fragments of quantized length), the small signal to noise ratio usually hampers visual detection.Histogram equalization often produces unrealistic effects in photographs; however it is very useful for scientific images like thermal, satellite or x-ray images, often the same class of images to which one would apply false-color. Also histogram equalization can produce undesirable effects (like visible image gradient) when applied to images with low color depth. For example, if applied to 8-bit image displayed with 8-bit gray-scale palette it will further reduce color depth (number of unique shades of gray) of the image. Histogram equalization will work the best when applied to images with much higher color depth than palette size, like continuous data or 16-bit gray-scale images.There are two ways to think about and implement histogram equalization, either as image change or as palette change. The operation can be expressed as P(M(I)) where I is the original image, M is histogram equalization mapping operation and P is a palette. If we define a new palette as P'=P(M) and leave image I unchanged then histogram equalization is implemented as palette change. On the other hand if palette P remains unchanged and image is modified to I'=M(I) then the implementation is by image change. In most cases palette change is better as it preserves the original data.Modifications of this method use multiple histograms, called sub histograms, to emphasize local contrast, rather than overall contrast. Examples of such methods include adaptive histogram equalization, contrast limiting adaptive histogram equalization or CLAHE, multi peak histogram equalization (MPHE), and multi purpose beta optimized bi histogram equalization (MBOBHE). The goal of these methods, especially MBOBHE, is to improve the contrast without producing brightness mean-shift and detail loss arti facts by modifying the HE algorithm.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: java global histogram equalization code, 3d color histogram equalization with 1d gray scale ppt, adaptive histogram equalization ppt, code for bi histogram equalization, bi histogram equalization matlab code, matlab code for bi histogram equalization, general histogram equalization coding in matlab,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  thesis matlab code optimal dg allocation placements 2 678 21-07-2016, 10:49 AM
Last Post: jaseela123d
  download m phil computer science thesis 2 761 14-07-2016, 12:03 PM
Last Post: jaseela123d
  thesis topics in general medicine 1 561 04-07-2016, 10:08 AM
Last Post: visalakshik
  mtech thesis topic for digital communication 1 769 02-06-2016, 03:16 PM
Last Post: dhanabhagya
  ieee thesis on digital communication 1 512 23-05-2016, 12:02 PM
Last Post: dhanabhagya
  rguhs ophthalmology thesis download 1 592 17-05-2016, 03:15 PM
Last Post: dhanabhagya
  channel equalization design based on wiener filter and lms algorithm 1 506 17-05-2016, 11:42 AM
Last Post: dhanabhagya
  full thesis about plc based automatic water filling pdf 1 668 13-05-2016, 04:19 PM
Last Post: dhanabhagya
  conclusion thesis on the bcd to7 segment decoder using ic cd4543be 1 585 07-05-2016, 11:14 AM
Last Post: dhanabhagya
  thesis report on data warehousing in computer science of mtech 1 486 07-05-2016, 11:09 AM
Last Post: dhanabhagya

Forum Jump: