<div>Hi,all.</div>
<div>Currently, I want to 3d registration with NormalizedMutualinformationhistogramimagetoimagemetric.</div>
<div>&nbsp;</div>
<div>But I don't know how to use this metric.</div>
<div>For example, in other mutual information metric, these 2 lines are needed:</div>
<div>&nbsp;</div>
<div>&nbsp;metric-&gt;SetNumberOfHistogramBins( numberOfBins );<br>&nbsp;metric-&gt;SetNumberOfSpatialSamples( numberOfSamples );</div>
<div>&nbsp;</div>
<div>But in NormalizedMutualInformation metric, no such methods exist.</div>
<div>&nbsp;</div>
<div>So I wonder how to set the parameter of this metric so as to do registration correctly?</div>