Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!19g2000hsx.googlegroups.com!not-for-mail
From:  Randy Poe <poespam-trap@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Plot an image and rotate it in 3d?
Date: Thu, 27 Sep 2007 07:47:39 -0700
Organization: http://groups.google.com
Lines: 17
Message-ID: <1190904459.761081.170430@19g2000hsx.googlegroups.com>
References: <fdgc0g$739$1@fred.mathworks.com>
NNTP-Posting-Host: 192.35.37.20
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1190904460 7314 127.0.0.1 (27 Sep 2007 14:47:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 27 Sep 2007 14:47:40 +0000 (UTC)
In-Reply-To: <fdgc0g$739$1@fred.mathworks.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 squid.atl.lmco.com:3128 (squid/2.5.STABLE14)
Complaints-To: groups-abuse@google.com
Injection-Info: 19g2000hsx.googlegroups.com; posting-host=192.35.37.20;
Xref: news.mathworks.com comp.soft-sys.matlab:430447



On Sep 27, 9:42 am, "David Doria" <daviddo...@gmail.com> wrote:
> I would like to have a surface in a 3d plot that is an
> image, is this possible?  For example I want to show a 3d
> line passing through a 3d plane and intersecting at a
> particular point in an image (like from a camera)
>
> does that make sense?
>

By the way, I expect the real answer is to do exactly
what the HELP for IMAGE said, which was to use "SURF
with texture mapping or PCOLOR". However, I'm not familiar
with those, so I just did an ordinary surface with height-based
coloring, which I'm comfortable manipulating.

                - Randy