Statistik
RANG
27.163
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
37.5%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Frage
Roberts and Sobel filtres?
How can I calculate the map of the amplitudes and direction of the edge points, using the Roberts and Sobel filters?
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why I display this error?
Hi, I converted two RGB images into the respective two images of itensity. Now I have to subtract the tip (pixel by pixel), but ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I read, in matlab, an image I have on my desktp with the imread () function?
How can I read, in matlab, an image I have on my desktp with the imread () function?
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How is a text raised?
I have this code: subplot(4,2,1), imshow(c1, []), title('Piano del bit 1 * 2^[(n-1)]'); Why does not I put the (n-1) a...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to view the bit planes of an image?
I have separated the eight bit planes of the image like this: img= imread('cameraman.tif'); primo = bitget(img, 1); ...
fast 7 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How can I reset the h and s channels?
I have an image in hsv and I would like to set the h and s channels to 0 in order to have the desaturated image. How can I do?
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why imhist do not run?
This is the code: img = imread('peppers.png'); imhist(img), grid; Display error, why?
fast 7 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Why it does not display the two images in the same window using the subplot function?
This is the code: >> a = imread('peppers.png'); >> b = imread('moon.tif'); >> subplot(1,2,1), imshow(a) >> subplot...
fast 7 Jahre vor | 1 Antwort | 0