Path: news.mathworks.com!not-for-mail
From: "Tong " <celticbaseball06@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to create 3D mesh model?
Date: Mon, 20 Jul 2009 18:36:02 +0000 (UTC)
Organization: Ohio State University
Lines: 7
Message-ID: <h42dei$qjf$1@fred.mathworks.com>
References: <h3inqn$ni5$1@fred.mathworks.com> <h3rhgr$of5$1@fred.mathworks.com>
Reply-To: "Tong " <celticbaseball06@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1248114962 27247 172.30.248.35 (20 Jul 2009 18:36:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 20 Jul 2009 18:36:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1879869
Xref: news.mathworks.com comp.soft-sys.matlab:556915


"Image Analyst" <imageanalyst@mailinator.com> wrote in message <h3rhgr$of5$1@fred.mathworks.com>...
> "Tong " <celticbaseball06@gmail.com> wrote in message <h3inqn$ni5$1@fred.mathworks.com>...
> > I have segmented meniscus images from MRI that is created in about 3mm slices.  How would I combine these slices together to create a 3D model of the meniscus?
> ----------------------------------------
> I'm not sure what you mean by "model," but you can combine 2D images together to form a 3D image by using the cat(3, slice1, slice2, slice3, slice4, slice5,......) function.

What about when I am using regions of interest, not images?