Hello,<br><br> I have a question regarding the implementation of Viola and Wells's Mutual Information in itkMutualInformationImageToImageMetric.txx.<br><br>In the GetValue(), right before the function returns "measure", why should we add log(nsamp) to the measure (line 272, measure += vcl_log(nsamp ); )?
<br>I don't see any related description about it in the paper. Could anyone tell me why? Thank you very much.<br><br>Yuping<br><br><br>