applyFastToneMapping (cv.Retina) - MATLAB File Help
cv.Retina/applyFastToneMapping

Method which processes an image in the aim to correct its luminance correct backlight problems, enhance details in shadows

outputToneMappedImage = obj.applyFastToneMapping(inputImage)

Input

Output

This method is designed to perform High Dynamic Range image tone mapping (compress >8bit/pixel images to 8bit/pixel). This is a simplified version of the Retina Parvocellular model (simplified version of the run/getParvo methods call) since it does not include the spatio-temporal filter modelling the Outer Plexiform Layer of the retina that performs spectral whitening and many other stuff. However, it works great for tone mapping and in a faster way.

Check the demos and experiments section to see examples and the way to perform tone mapping using the original retina model and the method.

See also
Method Details
Access public
Sealed false
Static false