HI ALL <br><br>i&#39;m doing my project using ITK. but i got a problem about the extract of 3D image. <br><br>i&#39;m using vtkRegionofInterestImageFilter. follow the example: <br><br>  ImageType::IndexType start; <br>  start[0] = … <br>
  start[1] = … <br>  start[2] = … <br>  <br>  ImageType::SizeType size; <br>  size[0] = … <br>  size[1] = … <br>  size[2] = … <br><br>  ImageType::RegionType desiredRegion; <br>  desiredRegion.SetSize(size); <br>  desiredRegion.SetIndex(start); <br>
<br>BUT, i hope that the start point that i gave can be the center point of the cube. not the cornor. <br><br>what should i do . thank u.<br clear="all"><br>--<br>Ryuu<br><br>