what is imadd function for?

10 vues (au cours des 30 derniers jours)
Marcus
Marcus le 31 Déc 2012
Hi all
I want to union images. May I know what does imadd function on 2 images does actually?
Thanks Marcus

Réponse acceptée

Image Analyst
Image Analyst le 31 Déc 2012
It's just a speedier way to do normal arithmetic addition on images - it uses special functions on the Intel CPU to make it go faster.
What do you mean by union? Do you want to add them? Stitch them together like you're making a panoramic picture? Find pixels that are identical in both images? Or something else?
  5 commentaires
Marcus
Marcus le 2 Jan 2013
I actually wanna blend 2 images together can u suggest a code for that?
Image Analyst
Image Analyst le 2 Jan 2013
sumImage = (single(image1) + single(image2)) / 2;

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by