photo

Reihaneh Khoshghadam


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta