<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi everyone,<br>I'm working in itk and I have a problem.<br><br>I have to do this operation :<br>-----------------------------------------------------------------<br>if (Daverage &lt; (D - 0.5))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (*)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dfinal=1<br>else<br>&nbsp;&nbsp;&nbsp;&nbsp; Dfinal=0<br>-----------------------------------------------------------------<br>where:<br><br>D= is a DistanceMap obtained with itkDanielssonDistanceMapImageFilter;<br>Daverage = is D filtered with&nbsp; itkDiscreteGaussianImageFilter;<br><br>Dfinal = is a 3D map where pixel are black or white depending from (*).<br><br>I'm trying to do it but I have several problems with operations/comparisons between images... Could anyone help me?<br><br>For example in Matlab I can simply do:<br>&nbsp;D - 0.5<br>to substract 0.5 to every pixel of my image... I tryed to do the same in itk but it doesn't run...<br><br>Thanks all for help<br>Daniela<br>                                               </body>
</html>