after doing arithmatic operations to the image is there any method to convert the result into the image.

2 visualizzazioni (ultimi 30 giorni)
after doing arithmatic operations(+,-,*,/) to the image is there any method to convert the result into the image.

Risposta accettata

ES
ES il 30 Set 2013
Image is nothing but a matrix of data. You can write any matrix into an image by using
imwrite
method.
  2 Commenti
Image Analyst
Image Analyst il 30 Set 2013
Cast to double before subtracting, then use imshow(yourImage, []) to display all the image, both positive and negative pixels.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by