multiplying an image by (-1)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
what's the result of multiplying an image by (-1) on matlab ?
Antworten (1)
Guillaume
am 6 Apr. 2017
Bearbeitet: Guillaume
am 6 Apr. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!