photo

Reihaneh Khoshghadam


Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 2 risposte | 1

2

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta