photo

Reihaneh Khoshghadam


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 6 ans il y a | 2 réponses | 1

2

réponses

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse