[Insight-users] Cross Correlation Coefficient
Aaron Hagan
aaron.hagan at gmail.com
Sat Apr 8 15:23:48 EDT 2006
Hello,
Is there a simple class for computing the Cross Correlation Coefficient of a
2 images in itk?
Something as simple as...
CC<ImageTypeOne, ImageTypeTwo> cc
cc.SetImageOne(image1);
cc.SetImageTwo(image2);
double coefficient = cc.ComputeCoefficient()
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060408/991142f5/attachment.html
More information about the Insight-users
mailing list