![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11804954_1526823438148_DEF.jpg)
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년 초과 전 | 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년 초과 전 | 답변 수: 0 | 0