<div>Hello,</div>
<div>&nbsp;</div>
<div>Is there a simple class for computing the Cross Correlation&nbsp;Coefficient of a 2 images in itk? </div>
<div>Something as simple as... </div>
<div>&nbsp;</div>
<div>CC&lt;ImageTypeOne, ImageTypeTwo&gt; cc</div>
<div>cc.SetImageOne(image1);</div>
<div>cc.SetImageTwo(image2);</div>
<div>double&nbsp;coefficient = cc.ComputeCoefficient()</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks!</div>