Abdul Raffay
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0