[Insight-users] SPSA optimizer based registration
Ugur BOZKAYA
u.bozkaya at fmcon.com
Sun Apr 16 06:12:37 EDT 2006
check the line 279 on itkSPSAOptimizer.cxx(279). Replace the arguments of pow function by casting the types to the one of the overload conversions.eg. pow(mval, powval)if mval is double try this-> pow(mval, (double) powval)or replace the casting type according to your mval type.
For the second part search for fstream.h your and if it exists explicitly show the location of the file to your project.
Ugur
----- Original Message -----
From: ilker hacihaliloglu
To: insight-users at itk.org
Sent: Sunday, April 16, 2006 5:37 AM
Subject: [Insight-users] SPSA optimizer based registration
Hi all
i am trying to use the SPSA optimizer based registration algorithm.
I have dowloaded the folder from the site given below. But after I built it with Cmake I am getting an error like
c:\insight toolkit\programs\vesela_ilker\itkSPSAOptimizer.cxx(279): error C2666: 'pow' : 7 overloads have similar conversions
c:\insight toolkit\programs\vesela_ilker\includes.h(15): fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory
Can somone help me out with this ...I am using microsoft visual studio.net 2003 and itk 2.2
WEB page: http://euterpe.tele.ucl.ac.be/Waleo2/vesale/
--
------------------------------------------------------------------
'.....ich möchte mir eine ader öffnen, die mir die ewige freiheit schaffte....'
--------------------------------------------------------------------
----------------------------------------------------------------------------
_______________________________________________
Insight-users mailing list
Insight-users at itk.org
http://www.itk.org/mailman/listinfo/insight-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060416/678a0852/attachment.html
More information about the Insight-users
mailing list