<div>Hello,</div>
<div>&nbsp;</div>
<div>I want to use the filter itkMinMaxCurvatureFlowFilter on an image that has scalars of type short.&nbsp; I am compiling with the Visual Studio .NET 2003 compiler.&nbsp; I am getting the error that a call to std::sqrt inside of the filter is ambiguous, listing a few options with double or float parameters.&nbsp; Do I need to convert all of my scalars to double or float, or is there another way around this?&nbsp; If I do have to convert them all, how can I do that?
</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Chase Yarbrough</div>