How have Image file form Surf or Surface function?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
marya anderson
el 28 de Mayo de 2018
Respondida: KSSV
el 3 de Jun. de 2018
I want to have Image file though ;h = surface(u,v,zeros(h,w),I);
h =
Surface with properties:
EdgeColor: 'none'
LineStyle: '-'
FaceColor: 'interp'
FaceLighting: 'flat'
FaceAlpha: 1
XData: [800×1067 double]
YData: [800×1067 double]
ZData: [800×1067 double]
CData: [800×1067×3 uint8]
I used saveas(gif,’test.png’); but it dropped the quality of the image ( as I want to use it for text extraction), it is not acceptable. imshow, also has same problem. Thus, I use the surface. It makes good quality. But I cannot have image file. Is there any solution, for instance, use the h (output of surface) to make a image file.
4 comentarios
KSSV
el 31 de Mayo de 2018
Have a look on this file exchange: https://in.mathworks.com/matlabcentral/fileexchange/23629-export-fig
Respuesta aceptada
KSSV
el 3 de Jun. de 2018
Have a look on this file exchange: https://in.mathworks.com/matlabcentral/fileexchange/23629-export-fig
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading 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!