photo

Abdul Raffay


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I have 3 images and i want to show them in 1 figure using subplot but they are too small, how can i make them bigger and more clear?
subplot(1,3,1) imshow(image); title('ORIGINAL IMAGE'); subplot(1,3,2); imshow(B); title('IMAGE AFTER LOCAL HISTOGRAM EQ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have 2 questions, firstly, why is my output giving me 3 images as a result of the local equalization and then why is my resultant image in grayscale when i entered an rgb image?
function myThirdAssignment(I,WindowSize,K0,K1,K2) if size(I,3)==1 x= im2double(imread(I)); [r,c]=size(x); el...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort