opencv: handdetect: Ported to OpenCV version 3.1
authorVanessa Chipirras Navalon <vanechipi@qtec.com>
Wed, 27 Jan 2016 14:51:37 +0000 (15:51 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 30 Mar 2016 21:12:47 +0000 (22:12 +0100)
commit93b83edfe55031fedd09b32635ccc37601edaa57
tree8bdc4cee08592a4d7fe887cf48f3adefb7217d8b
parentf91b71eddeed426c2eb4a1f759067cb892574349
opencv: handdetect: 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
ext/opencv/gsthanddetect.cpp