<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><div class="gmail_quote">On Wed, Mar 16, 2011 at 3:15 PM, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello to everyone,<br><br>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: <i>DerivativeImageFilter input.png output.png normalize.png 1 0</i>, I get a Debug error. Does anybody know what is the problem? Also, what is the <i>order </i>in a derivative image filter and what values does it get in the command prompt window?<br>

<br>Thanks<br><br></blockquote><div><br></div><div>The arguments are ordered. argv[4] is 1, which sets the derivative to &quot;first order&quot; (aka the first derivative, as opposed to second derivative, or higher order derivatives).</div>
<div><br></div><div>David </div></div></div>