I am trying to calculate the mutual information between two images, for that purpose I am using the class ‘MutualInformationImageToImageMetric’. After reading this example : http://www.itk.org/Wiki/ITK/Examples/Registration/MutualInformation I am using the following new four ‘#include’ lines in my code:
#include "itkImageRegistrationMethod.h"
#include "itkTranslationTransform.h"
#include "itkMutualInformationImageToImageMetric.h"
#include "itkLinearInterpolateImageFunction.h"
After that I received a fatal error telling me that : 'itkSingleValuedCostFunction.h': No such file or directory
I have use quite a lot of other classes of itk and it works always…what is happening now? Any hints please?
Thanks !
Antonio Gómez Barquero