image processing - Finding number of quantizing layers in MATLAB -
i'm working on image processing, , have image has been dct'd , quantized 8 x 8 blocks of 512 x 512 matrix, have find how many quantizing levels image has. need take top left pixel , place in array , place on graph calling hist
?
length(unique(x(:)))
, x
image array. appropriate grayscale images.
Comments
Post a Comment