photo

sushena sree


anna university

Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
247,806
of 301,432

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Need to compute the local histogram equalization of an image. But the output variable seems to take the initialization value and doesn't seem to compute the required result within the for loop. I have attached the code below.
function output_img_arr=my_hist_eq_func(gray) pixel_range=255; [h,w]=size(gray); tot_pixel=h*w num_pix_int=zeros(256,1); ...

8 years ago | 0 answers | 0

0

answers