Binyam Sime - MATLAB Central
photo

Binyam Sime


Last seen: mer än 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 06/21 to 03/25Use left and right arrows to move selectionFrom 06/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
246 438
of 297 398

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

Feeds

View by

Question


I need correction for following simple code of histogram equalization for the image.
A = imread('C:\Users\pc_2\Desktop\bs\Im_one.jpg'); r=size(A,1); c=size(A,2); A=double(A); ah= uint8(zeros(r,c)); n=r*c; f=...

nästan 4 år ago | 1 answer | 0

1

answer
Go to top of page