<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
hi all<br>
<br>
I would like two kind of cost functions in a registration process.<br>
The first one is used as a data driven energy term ( for example an
itkImageToImageMetric) .<br>
The second one could be considered as a regularization data term (
for exmaple an itkPointSetToImageMetric) .<br>
<br>
<code></code> So my problem is to use two CostFunction in the same
registration process. <br>
What is the main difference between SingleValuedCostFunction and
MultiValuedCostFunction.<br>
Is it a good way to resolve my problem by writing a more complex
CostFunction which can take into account a lot of
SingleValuedCostFunction ?<br>
<br>
regards,<br>
<br>
Bertrand<br>
</body>
</html>