samreen mughal
Followers: 0 Following: 0
Statistics
RANK
120,659
of 295,467
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ago | 0
Question
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 ago | 0 answers | 0