samreen mughal
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How to save an image in a folder automatically?
baseFileName = sprintf('my new image.png'); % Whatever.... fullFileName = fullfile('Documents/MATLAB/Project/Plate', baseFileNa...
How to save an image in a folder automatically?
baseFileName = sprintf('my new image.png'); % Whatever.... fullFileName = fullfile('Documents/MATLAB/Project/Plate', baseFileNa...
5 years 前 | 0
提问
hi, i have reduced an gray image to 32 gray levels. now I want bit pattern of each level of 32 levels. I dont know how it will be. should I take a histogram of 32 gray level image ? but after taking histogram how can I take bit pattern of each level?
I have used this statement for taking 32 gray levels of image. y32 = uint8(floor(double(im)/8));
6 years 前 | 0 个回答 | 0