photo

Reihaneh Khoshghadam


2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am trying to write a function that computes CDF of an image, but the output I get is always zero. what am I doing wrong?
function cdf = CDF(im,j) rows = size(im,1); cols = size(im,2); s=double(rows^cols); sum=double(0); cd...

거의 6년 전 | 답변 수: 2 | 1

2

답변

질문


I am trying to write a function for the Gamma Correction, this is what I have so far. the problem is the intensities of the output image is either 0 or 255. what am I doing wrong?
function adjust_im= Gamma_c(im, y, c) rows = size(im,1); cols = size(im,2); mat= zeros(rows,cols,cl...

거의 6년 전 | 답변 수: 1 | 0

1

답변