Local Histogram Equalization with Matlab
Posted
by Mertie Pertie
on Stack Overflow
See other posts from Stack Overflow
or by Mertie Pertie
Published on 2010-04-06T17:41:21Z
Indexed on
2010/04/06
17:43 UTC
Read the original article
Hit count: 245
histogram
hi all
Histogram equalization is simple with histeq function but when it comes local hist. eq., im supposed to use a neighbourhood and move it along the image matrix and do it locally at each iteration. I wonder how I can implement it with Matlab, is it possible if i use histeq for each neighbourhood or is there any other predefined m-function for this operation.
© Stack Overflow or respective owner