Re: [Libface-general] Threads?
Status: Beta
Brought to you by:
leshiy_uk
|
From: Alex J. <ale...@gm...> - 2010-03-18 22:11:52
|
@Aditya Threads require platform specific headers and work ever so slightly on different platforms. I wouldn't worry about threads for the time being I would rather have better face detection algorithm, as opposed to speeding up using clever engineering. Alex On 18 Mar 2010, at 17:00, Aditya Bhatt wrote: > Hi. > > I'll be committing the code that implements a set of "weighted cascades" soon. Now since face detection is a slow operation, I think that we should use threads to speed up the processing, by running each cascade in a different thread. Does standard C++ have threading? Does pthreads work on windows? > > Regards, > Aditya > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev_______________________________________________ > Libface-general mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libface-general If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein |