[Insight-users] Problem using ITK_USE_REVIEW_STATISTICS and itkEuclideanDistance.h
motes motes
mort.motes at gmail.com
Sun Feb 21 12:15:51 EST 2010
I need to build ITK where ITK_USE_REVIEW_STATISTICS is on. Its
necessary to build elastix v4.3.
But when ITK_USE_REVIEW_STATISTICS is on the code in
Code/Numerics/Statistics/ is no longer used. Instead the code in:
Code/Review/Statistics is used.
Now I have some code that use the file:
Code/Numerics/Statistics/itkEuclideanDistance.h
but this will no longer compile since I have enabled
ITK_USE_REVIEW_STATISTICS. Is there any work around for this or should
I just used the file:
Code/Review/Statistics/itkEuclideanDistanceMetric.h
instead in the Review folder?
More information about the Insight-users
mailing list