[Digikam-devel] Re: Status of face detection
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Nov 10 09:03:23 GMT 2010
> I must correct myself once again... after several days of frustration
> trying do compile the whole bunch which different compilers seems like
> the problem was indeed a bug in OpenCV...
>
> 1. SJLJ is correct compiler for the KDE installed as per tutorial at
> http://www.digikam.org/drupal/node/525
> 2. The OpenCV SSE support seems to be buggy, as per
> http://code.google.com/p/pyopencv/wiki/Installation_OpenCV
> I modified my CMakeLists.txt lines 248-249, from
> set(ENABLE_SSE ON CACHE BOOL "Enable SSE for GCC")
> set(ENABLE_SSE2 ON CACHE BOOL "Enable SSE2 for GCC")
> to
> set(ENABLE_SSE OFF CACHE BOOL "Enable SSE for GCC")
> set(ENABLE_SSE2 OFF CACHE BOOL "Enable SSE2 for GCC")
>
> Would be nice if it is mentioned somewhere..
Perhaps you report it as an OpenCV bug?
https://code.ros.org/trac/opencv/wiki
Gilles is busy polishing digikam for Windows, but I think he's using trunk
(1.5) at the moment.
More information about the Digikam-devel
mailing list