Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

3 D interpolation

0 views
Skip to first unread message

uradit...@gmail.com

unread,
Jun 13, 2006, 11:53:12 PM6/13/06
to
Hello Folks !

I was having two MRI slices,aim was to interpolate a third slice
inbetween.
I performed watershed segmentation for it,then did Delaunay
Triangulation over both segmented slices.
Then..found nearest neighbourhood points in both 2D slices.Now aim is
to find 3rd slice points,which i can interpolate using points obtained
form above two slices.
But but...problem is..both of them have unequal points...
How shud I now go ahead !!

Any help regarding this will be really appreciable

Thanks in advance
Regards

Adi

vihang

unread,
Jun 17, 2006, 9:07:41 AM6/17/06
to

Try this
I(:,:,1) =imread('mri.tif',13);
I(:,:,2) =imread('mri.tif',14);
I = double(I);
J = interp3(I);

HTH
Vihang

uradit...@gmail.com

unread,
Jun 18, 2006, 12:58:51 AM6/18/06
to
Hi..
these mri.tif,13 and 14 are they ..segmented images or directly the
original images...
plz clarify..
thanks
Aditya

vihang

unread,
Jun 19, 2006, 1:43:42 AM6/19/06
to
uradit...@gmail.com wrote:
>
>
> Hi..
> these mri.tif,13 and 14 are they ..segmented images or directly the
> original images...
> plz clarify..
> thanks
> Aditya
>
> vihang wrote:
>> uradit...@gmail.com wrote:
>> >
>> >
>> Try this
>> I(:,:,1) =imread('mri.tif',13);
>> I(:,:,2) =imread('mri.tif',14);
>> I = double(I);
>> J = interp3(I);
>>
>> HTH
>> Vihang
>
>
The mri.tif file comes inbuilt with the matlab image processing
toolbox, so you would have to get it confirmed from mathworks in this
case. But having a look at those images, I feel they are actual
images and not segmented.
Vihang
0 new messages