Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: point cloud generation
Date: Sat, 3 Jan 2009 19:01:03 +0000 (UTC)
Organization: Xoran Technologies
Lines: 7
Message-ID: <gjoclf$fn$1@fred.mathworks.com>
References: <gjemqe$2bq$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1231009263 503 172.30.248.37 (3 Jan 2009 19:01:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 3 Jan 2009 19:01:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1440443
Xref: news.mathworks.com comp.soft-sys.matlab:509683


"maya" <mayaeapen@googlenews.com> wrote in message <gjemqe$2bq$1@fred.mathworks.com>...
> can anybody suggest a method to to fiind the co-ordinates of the points on CT slices
> (CT slices contain the intensity values of the points)

See "help cat" to find out how to stack the slices into a 3D array.

See "help find" and "help ind2sub" to get the image coordinates.