multiplying an image by (-1)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuestas (1)
Guillaume
el 6 de Abr. de 2017
Editada: Guillaume
el 6 de Abr. de 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 comentarios
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!