Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created September 7, 2016 19:11
Show Gist options
  • Save juniorhero/5030659cfa443d86204fb7d334279cad to your computer and use it in GitHub Desktop.
Save juniorhero/5030659cfa443d86204fb7d334279cad to your computer and use it in GitHub Desktop.
Histogram Equalisation
bu=im2double(b);
heq = histeq(bu);
imshow(heq,'Parent',handles.axes2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment