Re: [Shotwell] Enhance face detection

2018-06-23 Thread Narendra Acharya via shotwell-list
Hi Jens, I understand the need for keeping OpenCV code in a separate process. Even so, I think we should consider starting this process as a 'daemon' when starting shotwell (controlled by an option) and communicate with it over RPC from the shotwell process instead of executing it for every 'De

Re: [Shotwell] Enhance face detection

2018-06-23 Thread Jens Georg
On Fri, 2018-06-22 at 10:48 -0300, Ricardo via shotwell-list wrote: > Hello. > In https://valadoc.org/opencv/index.htm there is a vapi to link > direct > from vala to opencv without c/c++ in the middle. Some considerations: > First, it use OpenCV 2 which cannot detect automatically the presence > o

Re: [Shotwell] Enhance face detection

2018-06-23 Thread Jens Georg
On Fri, 2018-06-22 at 08:08 +, Narendra Acharya via shotwell-list wrote: > Hi, > > I was looking at the current face detection code in shotwell 0.29.2 > and feel that it can be enhanced. > So I pulled the code from https://gitlab.gnome.org/GNOME/shotwell.git > and started making some changes.