multiplying an image by (-1)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
what's the result of multiplying an image by (-1) on matlab ?
Réponses (1)
Guillaume
le 6 Avr 2017
Modifié(e) : Guillaume
le 6 Avr 2017
It would have taken the whole of 2 seconds for you to try it on the command line. Why didn't you?
The result is either 0 (for unsigned image types) or -yourimage (otherwise), depending on its type . Same as would happen with multiplying any number/matrix by -1.
0 commentaires
Voir également
Catégories
En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!