<DIV>Hello!</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;I want to calculate the joint PDF of two input images, but I don't know is there an itk class that could solve this problem?</DIV>
<DIV>&nbsp;&nbsp;&nbsp; the class maybe as :</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; cc::Pointer jointPDF=cc::New();<BR>&nbsp;&nbsp;&nbsp; jointPDF-&gt;SetInputImage1(image1);<BR>&nbsp;&nbsp;&nbsp; jointPDF-&gt;SetInputImage2(image2);<BR>&nbsp;&nbsp;&nbsp; jointPDF-&gt;Compute();<BR>&nbsp;&nbsp;&nbsp; jointPDF-&gt;GetJointPDF(&amp;JointPDF);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; The JointPDF is the result.</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Thank you!!!<BR></DIV>