Path: news.mathworks.com!not-for-mail
From: "Salmon " <yourfellow@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: How to make isosurface() work with uint8 data
Date: Fri, 9 May 2008 21:17:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <g02f0e$k84$1@fred.mathworks.com>
Reply-To: "Salmon " <yourfellow@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210367822 20740 172.30.248.37 (9 May 2008 21:17:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 9 May 2008 21:17:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 513235
Xref: news.mathworks.com comp.soft-sys.matlab:467645


I found isosurface() and isonormal() are very useful for
processing 3D data sets.  However, my version (2007b), these
functions only take "double" as input, which requires 8
times more storage place. 

Does anyone help me how to make isosurface() work with 8-bit
data, so I can process the 3d data in higher resolution?