How to find a variance to an image
Afficher commentaires plus anciens
I used var(image(:)) but i am getting wrong answer.
Réponses (1)
Andreas Goser
le 2 Fév 2011
0 votes
The IMAGE function returns a handle, see
I expect VAR over a handle is not what you like to get.
A specifc example and an explanation what a "wrong answer" is exactly will help the community to be able to help you.
1 commentaire
Sean de Wolski
le 2 Fév 2011
Taking a stab in the dark, I would guess they overwrote image.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!