tags:

views:

290

answers:

0

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.