<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I don't want to resample the entire image. I want to crop out a certain subvolume from the whole image&nbsp;with this subvolume having&nbsp;a defined origin with respect to the original image, and defined dimensions that are actually smaller than the original image. The orientation of the smaller subvolume with respect to the original image&nbsp;is also&nbsp;a given.<BR>
Thanks<BR>&nbsp;<BR>
<BR>
<HR id=stopSpelling>
Date: Tue, 8 Sep 2009 16:16:42 -0400<BR>Subject: Re: [Insight-users] extracting a subvolume from a larger volume<BR>From: kishoreraom@gmail.com<BR>To: babygirl_25@hotmail.com<BR>CC: andreas.schuh.84@googlemail.com; insight-users@itk.org<BR><BR>Hi,<BR><BR>Look at the ResampleImageFilter and remember to set the transform and interpolation method along with the output information such as size, spacing and origin.<BR><BR>Kishore<BR><BR>2009/9/8 shoosh moosh &lt;<A href="mailto:babygirl_25@hotmail.com">babygirl_25@hotmail.com</A>&gt;<BR>&gt;<BR>&gt; Hi,<BR>&gt; Is there an ITK class that can extract a subvolume from a larger volume (similar to itk::ExtractImageFilter) but where the subvolume isn't necessarily aligned with the bigger volume. Instead,the inputs would be the origin, the dimensions of the subvolume, and the subvolume orientation information.<BR>&gt; Thanks,<BR>&gt;<BR>&gt; ________________________________<BR>&gt; From: <A href="mailto:andreas.schuh.84@googlemail.com">andreas.schuh.84@googlemail.com</A><BR>&gt; To: <A href="mailto:babygirl_25@hotmail.com">babygirl_25@hotmail.com</A><BR>&gt; Subject: Re: [Insight-users] extracting a subvolume from a larger volume<BR>&gt; Date: Fri, 10 Jul 2009 07:33:58 -0400<BR>&gt; CC: <A href="mailto:insight-users@itk.org">insight-users@itk.org</A><BR>&gt;<BR>&gt; Hi,<BR>&gt; have a look at itk::ExtractImageFilter. Instead of the center, you specify the starting index of the subvolume.<BR>&gt; --<BR>&gt; regards<BR>&gt; Andreas<BR>&gt;<BR>&gt; On Jul 10, 2009, at 6:54 AM, shoosh moosh &lt;<A href="mailto:babygirl_25@hotmail.com">babygirl_25@hotmail.com</A>&gt; wrote:<BR>&gt;<BR>&gt; Hi,<BR>&gt; Is there an ITK program where I can specify the x, y, z coordinates of the center of a subvolume and also the&nbsp;width, height, and depth of the subvolume to extract a subvolume from a bigger volume?<BR>&gt; Thanks<BR>&gt;<BR>&gt; ________________________________<BR>&gt; Windows Live™: Keep your life in sync. Check it out!<BR>&gt;<BR>&gt; _____________________________________<BR>&gt; Powered by <A href="http://www.kitware.com/">www.kitware.com</A><BR>&gt;<BR>&gt; Visit other Kitware open-source projects at<BR>&gt; <A href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</A><BR>&gt;<BR>&gt; Please keep messages on-topic and check the ITK FAQ at: <A href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</A><BR>&gt;<BR>&gt; Follow this link to subscribe/unsubscribe:<BR>&gt; <A href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</A><BR>&gt;<BR>&gt; ________________________________<BR>&gt; With Windows Live, you can organize, edit, and share your photos.<BR>&gt; _____________________________________<BR>&gt; Powered by <A href="http://www.kitware.com/">www.kitware.com</A><BR>&gt;<BR>&gt; Visit other Kitware open-source projects at<BR>&gt; <A href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</A><BR>&gt;<BR>&gt; Please keep messages on-topic and check the ITK FAQ at: <A href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</A><BR>&gt;<BR>&gt; Follow this link to subscribe/unsubscribe:<BR>&gt; <A href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</A><BR>&gt;<BR><BR><br /><hr />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>