finding inverse exponential value
Mostrar comentarios más antiguos
how to calculate the equation
e^-1(i,j)
where i and j are pixel values
Respuestas (1)
Adam
el 22 de Oct. de 2019
If i and j are pixel values then you must have an image to which they are applied, e.g. im, in which case simply
exp( -im(i,j) )
works.
Categorías
Más información sobre Neighborhood and Block Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!