<div dir="ltr"><div><div><div><div><div><div><div><div>Hello all,<br><br></div>I am working on image registration, and for now I am considering the whole image but I want to use a region of interest instead. <br><br></div>
And to do so I'm using : <br><br></div>registration ->SetFixedImageRegion(region);<br><br></div>And "region" being my region of interesed defined as follows: ( assuming 2D )<br><br>  FixedImageType::IndexType index;<br>
  FixedImageType::SizeType size;<br>  FixedImageType::RegionType region;<br><br>  index[0] = xxx;<br>  index[1] = yyy;<br><br>  size[0] = xx;<br>  size[1] = yy;<br><br><br>  region.SetIndex(index);<br>  region.SetSize(size);<br>
<br><br></div>This way I define my region of interest as a rectangle, so my question is; is it possible to make it two different rectangles ( having two regions of interest in the image) ? <br><br></div><br></div>Thanks in advance! <br>
<br></div>Iyas<br><div><div><br></div></div></div>