photo

Abdul Raffay


Last seen: ongeveer 5 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
169.729
of 300.365

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer