Convert Grayscale image to XYZ file..
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How i can convert a GrayScale image to XYZ file ?
0 comentarios
Respuestas (2)
Image Analyst
el 11 de Abr. de 2013
You have row, columns, and at every (row, column) (= (y, x)) location you have a gray level. What are you referring to as "Z"? What does your Z represent? Gray level? If so, then the image array is already what you want. Or were you looking to display the image with surf()?
6 comentarios
Image Analyst
el 18 de Abr. de 2019
See my attached code. It produces a CSV text file with x,y,gray level.
0 comentarios
Ver también
Categorías
Más información sobre Modify Image Colors en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!