<DIV>Hello!</DIV>
<DIV> 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> the class maybe as :</DIV>
<DIV> </DIV>
<DIV> cc::Pointer jointPDF=cc::New();<BR> jointPDF->SetInputImage1(image1);<BR> jointPDF->SetInputImage2(image2);<BR> jointPDF->Compute();<BR> jointPDF->GetJointPDF(&JointPDF);</DIV>
<DIV> </DIV>
<DIV> The JointPDF is the result.</DIV>
<DIV> Thank you!!!<BR></DIV>