[Insight-users] xxxxxSPAMxxxxx How to Calculate the joint PDF?

水灵 348774226 at qq.com
Thu Mar 18 23:37:30 EDT 2010


Hello!
     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?
     the class maybe as :
  
     cc::Pointer jointPDF=cc::New();
    jointPDF->SetInputImage1(image1);
    jointPDF->SetInputImage2(image2);
    jointPDF->Compute();
    jointPDF->GetJointPDF(&JointPDF);
  
     The JointPDF is the result.
     Thank you!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100319/24223395/attachment.htm>


More information about the Insight-users mailing list