Tuhin Sheikh
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0

