Re: surface plot of an image
- To: mathgroup at smc.vnet.net
- Subject: [mg70912] Re: surface plot of an image
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 1 Nov 2006 03:55:55 -0500 (EST)
- Organization: Uni Leipzig
- References: <ei4mb2$e2t$1@smc.vnet.net>
Hi, img=Import["YourImageFile.png"] ListPlot3D[img[[1,1]],Mesh->False]; Regards Jens <alemarabi at gmail.com> schrieb im Newsbeitrag news:ei4mb2$e2t$1 at smc.vnet.net... | Hi, | | I have a microscopy image in gray levels and would like to convert it | to a surface plot, in order to visualize the differences in grey values | accros the picture. | Is there an easy (or already) existing way to do that? | Thank you in advance, | | Ale |