photo

matlab9000


Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

Antworten

Frage


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

Antwort

Frage


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

Antwort

Frage


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

Antwort

Frage


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

Antwort

Frage


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

Antwort

Beantwortet
Why imhist do not run?
No, it's a default image of Matlab

fast 7 Jahre vor | 0

Frage


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

Antworten

Frage


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

1

Antwort