Hello,<br><br>&nbsp; I have a question regarding the implementation of Viola and Wells&#39;s Mutual Information in itkMutualInformationImageToImageMetric.txx.<br><br>In the GetValue(), right before the function returns &quot;measure&quot;, why should we add log(nsamp) to the measure (line 272, &nbsp; measure += vcl_log(nsamp ); )? 
<br>I don&#39;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>