[ITK] [ITK-users] BSpline transformation of Vector image

artioml artioml at post.bgu.ac.il
Fri Mar 4 00:51:17 EST 2016


Hello,

Thanks for your answer! I have been trying to perform vector image BSplines
registration. Is that possible as well? So far I tried to use the following
metric:

  typedef itk::Image< float, ImageDimension> VirtualImageType;
  typedef itk::VectorImageToImageMetricTraitsv4< FixedImageType,
MovingImageType, VirtualImageType, PixelType::Length> MetricTraitsType;
  typedef itk::MeanSquaresImageToImageMetricv4 < FixedImageType,
MovingImageType, VirtualImageType, float, MetricTraitsType >  MetricType;
  typedef MetricType::FixedSampledPointSetType  PointSetType;

I just replaced the MSE metric with this one at DeformableRegistration7
example (And the pixel type to vector as well). It won't compile and I got a
really long error.

Do you know if there is any code example that performs such a thing?

Thank you very much!!



--
View this message in context: http://itk-users.7.n7.nabble.com/BSpline-transformation-of-Vector-image-tp36816p36841.html
Sent from the ITK - Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list