samreen mughal
Attivo dal 2018
Followers: 0 Following: 0
Statistica
RANK
120.710
of 295.775
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 154.433
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
oltre 5 anni fa | 0
Domanda
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));
oltre 6 anni fa | 0 risposte | 0