[Insight-users] 'itk::ImageRegistrationMethod<TFixedImage, TMovingImage>::SetTransform' : cannot convert parameter 1 from 'itk::SmartPointer<TObjectType>' to 'itk::Transform<TScalarType, NInputDimensions, NOutputDimensions> *'
cagatay bilgin
bilgincc at gmail.com
Fri Nov 4 03:58:45 EDT 2011
Hi Siddharth,
Try changing unsigned char to double here
typedef itk::AffineTransform<unsigned char, 2> TransformType;
More information about the Insight-users
mailing list