You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Allow ElastixFilter and TransformixFilter users to manually specify internal pixel types. Previously these was automatically deduced from instantiated template parameters
Does anybody recall why the elastix "FixedInternalImagePixelType" and "MovingInternalImagePixelType" parameters should not be deduced from the ElastixFilter<TFixedImage, TMovingImage> template parameters?
(Note that in the mean time, ElastixFilter is renamed to ElastixRegistrationMethod<TFixedImage, TMovingImage>, and it underwent quite some changes, but these internal pixel types are still not deduced.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Commit faf20af (@kaspermarstal, September 4, 2016) says:
Does anybody recall why the elastix "FixedInternalImagePixelType" and "MovingInternalImagePixelType" parameters should not be deduced from the
ElastixFilter<TFixedImage, TMovingImage>
template parameters?(Note that in the mean time,
ElastixFilter
is renamed toElastixRegistrationMethod<TFixedImage, TMovingImage>
, and it underwent quite some changes, but these internal pixel types are still not deduced.)Beta Was this translation helpful? Give feedback.
All reactions