Community Profile

photo

Abdul Raffay


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 1

查看徽章

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

1

个回答