Hello,
today I decided to improve the performance of deghosting in hugin.
First try using SSE didn't work really well [1]. Second one using
OpenMP show noticeable increase of performance, because the code can
be parallelized quite easily (the only thing needed is to add two
pragma's) and efficiently (it runs four times faster on my Core i7).

I can see that the most of the threaded code in Hugin uses
boost::thread but I remember that the thread class from wxWidgets was
also mentioned. What should I use? Personally I'd like to avoid
wxWidgets threads because both deghosting_mask and hugin_hdrmerge are
console applications.

Have a nice day,
Lukas

[1] http://stativ.kx.cz/src/index.php?text_id=14

-- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to