[Insight-users] Gradient vector flow
Karthik Uppuluri
karthik.uppuluri at gmail.com
Wed Oct 17 22:05:56 EDT 2012
Hi all,
I am using itk gradient vector flow image filter and I declared the input
for the filter as follows
typedef itk::CovariantVector<float,Dimension> VectorPixelType;
typedef itk::Image< VectorPixelType, Dimension > OutputImageType;
Filter
typedef itk::GradientVectorFlowImageFilter<
OutputImageType,OutputImageType> FilterType;
And when I am trying to write the output as ".mhd" file, I am unable to
open this file in fiji.
Please let me know if I am making any mistake
Thanks
Karthik Uppuluri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20121017/86bd5c65/attachment.htm>
More information about the Insight-users
mailing list