MATLAB: How can we write matlab code for uniform and non uniform quantization for images

Image Processing Toolboxquantization

I need a matlab code quantize a image uniformly and non uniformly…

Best Answer

I don't know what this means exactly but start by looking at imquantize(), adapthisteq(), imhistmatch(), imadjust(), histeq(), qtdecomp(), etc. in the Image Processing Toolbox. By the way, are you talking about quantization spatially, or of the intensity values?
Related Question