Statistik
RANG
232.475
of 299.157
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.690
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 163.542
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
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...
etwa 6 Jahre vor | 0
Frage
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));
fast 7 Jahre vor | 0 Antworten | 0