commit | 120f32fed4d83ba869ab24c21ecea1bf32edd85a | [log] [tgz] |
---|---|---|
author | Vanessa Chipirras Navalon <vanechipi@qtec.com> | Wed Jan 27 15:37:39 2016 +0100 |
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | Wed Mar 30 22:13:00 2016 +0100 |
tree | cd5df53ae824ee376a9ae9371b8a12bcb235ab5c | |
parent | 93b83edfe55031fedd09b32635ccc37601edaa57 [diff] |
opencv: faceblur: Ported to OpenCV version 3.1 cvarrToMat() is added because it is compatible with all versions of Opencv and the use of the class constructor Mat is eliminated because is deprecated in 3.X versions. Included 'using namespace std' because it is needed for the Vector class in 3.X versions. This keeps compatibility with 2.4. https://bugzilla.gnome.org/show_bug.cgi?id=760473