[Insight-users] Spacial object as a masks to create a ROI?
Karthik Krishnan
Karthik.Krishnan at kitware.com
Fri Apr 8 11:19:32 EDT 2005
There are quite a few methods:
ImageRegistrationMethod->SetFixedImageRegion()
metric->SetFixedImageMask(), SetFixedImageRegion, SetMovingImageMask()
Effectively the metric iterator iterates over each pixel in the Fixed
image that is both the FixedImageMask and the FixedImageRegion specified
and that also after transformation maps into the mask specified through
the SetMovingImageMask().
thanks
regards
karthik
jef vdmb wrote:
> Hi,
>
> I am working on a registration with an US image. I first used the
> region of interest filter to limit the calculations of the metric to a
> desired region. This filter only allowes rectangular regions, which
> is not a suitable shape for an US image. I saw I can pass a mask ( a
> binary image ) to the metric.
> Does this mean that this would have the same result as a region of
> interest filter, only calculating the metric where the mask is 1?
>
> Thank you for any advice,
>
> Jef
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list