[Insight-users] Debug error in filter example DerivativeImageFilter
Dhananjay244
dhananjay.shah244 at gmail.com
Wed Mar 16 15:27:29 EDT 2011
hello john,
the output file in the syntax should be of .mhd instead of .png while
implementing derivativeimagefilter.
as for the order, 0 is for derivative in y direction and 1 is for derivative
in x direction.
for eg,
DerivativeImageFilter.exe input.png output.mhd normalize.png 1 0
is the syntax for obtaining the 1st order derivative of the image in Y
direction
DerivativeImageFilter.exe input.png output.mhd normalize.png 1 1
is the syntax for obtaining the 1st order derivative of the image in X
direction.
--
View this message in context: http://old.nabble.com/Debug-error-in-filter-example-DerivativeImageFilter-tp31166695p31166785.html
Sent from the ITK - Users mailing list archive at Nabble.com.
More information about the Insight-users
mailing list