Tuhin Sheikh
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
227,378
of 301,275
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,216
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,777
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
Question
How can i perform histogram equalization transformation in 3 by 3 neighborhood of a pixel and repeat the process?
Say for example X=[2 1 0; 0 1 3; 4 1 4]; %zero padding A=padarray(X,[1,1]); Now for each pixel of X a 3 by 3 ne...
12 years ago | 1 answer | 0
1
answerQuestion
How to calculate "CONTRAST PER PIXEL(CPP)" of an image
To measure the quality of an image i'm using Contrast Per pixel(CPP). It is defined as the average intensity difference betwe...
12 years ago | 2 answers | 0
2
answersQuestion
How can i do BI-HISTOGRAM EQUALIZATION in MATLAB
The folling program i tried but it didn't work properly. I=imread('tire.tif'); %performing bi-histogram equalization L=...
13 years ago | 1 answer | 0

