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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -