Introduction - If you have any usage issues, please Google them yourself
This example is showing you how to modify the contrast in color images using the Histogram Equalization block.
Type this in command prompt:
[X map] = imread( shadow.tif )
shadow = ind2rgb(X,map)