[Insight-users] Debug error in filter example DerivativeImageFilter

David Doria daviddoria at gmail.com
Wed Mar 16 15:29:17 EDT 2011


On Wed, Mar 16, 2011 at 3:15 PM, john smith <mkitkinsightuser at gmail.com>wrote:

> Hello to everyone,
>
> I am trying to run the DerivativeImageFilter.cxx from the filter examples
> of itk. My project is built corectly but when I run the command prompt
> window giving the following parametres: *DerivativeImageFilter input.png
> output.png normalize.png 1 0*, I get a Debug error. Does anybody know what
> is the problem? Also, what is the *order *in a derivative image filter and
> what values does it get in the command prompt window?
>
> Thanks
>
>
The arguments are ordered. argv[4] is 1, which sets the derivative to "first
order" (aka the first derivative, as opposed to second derivative, or higher
order derivatives).

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110316/87691339/attachment.htm>


More information about the Insight-users mailing list