[Insight-users] 'itkSingleValuedCostFunction.h': No such file or directory // Trying to calculate the MI
Antonio Gómez Barquero
agb1 at alu.upct.es
Mon Oct 24 09:06:51 EDT 2011
Hello!
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>
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
Ingeniero de Telecomunicaciones -Becario Investigador asociado a Actividades
de I+D+I
GTTS ( Grupo de Tratamiento y Teoría de la Señal)[ <http://gtts.upct.es/>
http://gtts.upct.es/]
UPCT (Universidad Politécnica de Cartagena)[ <http://www.upct.es/>
http://www.upct.es/]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20111024/1ddd2714/attachment.htm>
More information about the Insight-users
mailing list