Revision 7b38d97...

Go back to digest for 20th March 2011

Features in Graphics

Marcel Wiesweg committed changes in [digikam] /:

Properly implement manual creation and moving of faces.

- adding a face manually is now implement in the FacePipeline and
done in a thread, as all database writing should be done in a thread.
- when a face region is changed, but no confirmation done,
detect and apply the changes. Done in the pipeline.
Requires the view to call finish() before a new image is loaded.
- set priority of the pipeline threads, defaulting to LowPriority,
so as not to interfere with the main thread.

File Changes

Modified 8 files
  •   digikam/views/imagepreviewview.cpp
  •   utilities/facedetection/facegroup.cpp
  •   utilities/facedetection/facegroup.h
  •   utilities/facedetection/faceiface.cpp
  •   utilities/facedetection/faceiface.h
  •   utilities/facedetection/facepipeline.cpp
  •   utilities/facedetection/facepipeline.h
  •   utilities/facedetection/facepipeline_p.h
8 files changed in total