<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Hello Wassim,</div>
</div>
</div>
<div><br>
</div>
<div>The following SimpleITK Jupyter notebook may be of interest to you (uses the exhaustive optimizer as an initialization approach): https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/blob/master/63_Registration_Initialization.ipynb. </div>
<div><br>
</div>
<div>Based on your runtime of 5sec I suspect you are not using sampling when computing the metric. Possibly consider random or uniform sampling. There are cases where you can achieve a decent registration using less than 10% of the data. </div>
<div><br>
</div>
<div>       hope this helps</div>
<div>              Ziv  </div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>wassim bouzeid <<a href="mailto:abou_zeid_wassim@hotmail.com">abou_zeid_wassim@hotmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, May 25, 2016 at 10:05 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:community@itk.org">community@itk.org</a>" <<a href="mailto:community@itk.org">community@itk.org</a>><br>
<span style="font-weight:bold">Subject: </span>[ITK] Metric Evaluation<br>
</div>
<div><br>
</div>
<div><style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div class="hmmessage">
<div dir="ltr">Hi Everyone,<br>
<br>
I want to explore the domain of an image metric by exhaustive search (moving the second image with respect to the first image from a negative position to a positive position) so I am using the example in the source code MeanSquaresImageMetric1.cxx on 2D images.
 The time to compute the metric value for a specified parameters on these 2D images is approximately 0.02 sec. (PC with 32000 MB memory, and 1 cores @ 3201 MHz).
<br>
<br>
When I am applying this example to 3D nifti images, the computation time of the metric value is large (more than 5 sec.).<br>
<br>
Does anyone know how to speed up the computation time on 3D images without using an optimizer?<br>
<br>
Thanks in advance.<br>
<br>
Best,<br>
Sam<br>
<br>
</div>
</div>
</div>
</span>
</body>
</html>