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

 Akzeptierte Antwort

Image is nothing but a matrix of data. You can write any matrix into an image by using
imwrite
method.

2 Kommentare

but some times arithmatic operations gives negative values.is it a problem for displaying the image.
Cast to double before subtracting, then use imshow(yourImage, []) to display all the image, both positive and negative pixels.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by