Drawing a 3-D graph of image using meshgrid and meshc

1 vue (au cours des 30 derniers jours)
bigdog
bigdog le 4 Fév 2015
I have a 512 by 512 gray level image. How can I use meshgrid and meshc to draw a 3D graph of the function corresponding to the image?

Réponses (1)

Image Analyst
Image Analyst le 4 Fév 2015
How about
surf(grayImage);

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by