
Histogram Normalization
lesson
We can bring together what we’ve learnt about histograms and monadic operations to implement a technique called histogram normalization which is great at highlighting fine detail in an image.
lesson
We can bring together what we’ve learnt about histograms and monadic operations to implement a technique called histogram normalization which is great at highlighting fine detail in an image.
lesson
There is a lot of information in an image which we need to summarize somehow. An intensity histogram is one form of summary that provides useful information about how well the exposure of our camera is adjusted.
lesson
Diadic operations involve two images of the same size and result in another image. For example adding, subtracting or masking images. As a realistic application we look at green screening to superimpose an object into an arbitrary image.
lesson
Imagine a scene with bright objects against a dark background. Thresholding is a very common monadic operation which transforms the image into one where the pixels have two possible values: true or false which correspond to foreground or background. It can be performed with a single vectorized MATLAB operation.