photo

matlab9000


2018년부터 활동

Followers: 0   Following: 0

메시지

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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?

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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?

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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); ...

거의 7년 전 | 답변 수: 1 | 1

1

답변

질문


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?

거의 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why imhist do not run?
No, it's a default image of Matlab

거의 7년 전 | 0

질문


Why imhist do not run?
This is the code: img = imread('peppers.png'); imhist(img), grid; Display error, why?

거의 7년 전 | 답변 수: 4 | 0

4

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 0

1

답변