Hello Community, <br><br>I have migrated from ITK 3.20 to 4.20 and after fixing all compatibility errors with my code. there is still a warning caused by itkMultiplyImageFilter when you use it as the &quot;old&quot; itkMultiplyByConstantImageFilter, first input a float value and second input your image. <br>
<br>The warning is as follows:<br><br>WARNING: In /home/user/ITK4/Modules/Core/Common/include/itkImageToImageFilter.hxx, <br>line 104<br><b>MultiplyImageFilter</b> (0x7f5bc000e280): Unable to convert input number 0 to type N3itk5ImageIfLj3EEE<br>
<br>I exactly followed ITKs code located at:<br> <br><i>/ITK/Modules/Nonunit/Review/test/itkMultiplyByConstantImageFilterTest.cxx</i><br><br>in order to reproduce, as I said before, the &quot;old&quot; class itkMultiplyByConstantImageFilter. If you run the test presented above, the warning appears too. <br>
<br>I haven&#39;t found a solution yet and that&#39;s why I am asking for help. If anybody knows how to remove this warning or a way to fix it, it would be very helpful! <br><br>Thank you in advance. <br><br>Cheers  <br>