Hi, Has there been plans to use threads in GUI? Stitcher has this already and system runs at full speed.
As example image loading and scaling could be faster with more threads with multi core system. I think that this is easiest point to start. Reading the results of optimization takes time and multitasking is not used. This phase might not be so easy. With quick search I found two potential places (shows text "Loading images"): AssistantPanel.cpp and in OnAlign/OnLoadImages OptimizePhotometricPanel.cpp -> runOptimizer If I am going to do that it would be good to do it in branch and merge well tested parts later. Multithreads could make locks but this image loading is quite straightforward. Regads, Juha -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
