Hi,<br><br>When I was trying to compile my code writen in ITK, I had an
error message listed below. Can anyone help me to solve it? Thanks a
lot.<br><br><br>C:\ITKSRC\Code\BasicFilters<div style="direction: ltr;">\itkUnaryFunctorImageFilter.h(82): error C2678: binary '!=' : no operator found which takes a left-hand operand of type 'itk::UnaryFunctorImageFilter&lt;TInputImage,TOutputImage,TFunction&gt;::FunctorType' (or there is no acceptable conversion)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TInputImage=LabelImageType,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TOutputImage=RGBImageType,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TFunction=ColorMapFunctorType<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]<br><br><br>Best,</div>