gstreamer/ext/opencv
Vanessa Chipirras Navalon 4b60b47075 opencv: skindetect: Ported to OpenCV version 3.1
cvCVPixToPlane() has been deprecated in OpenCV 3.0, and there is
function to replace it cvSplit(). The include compat.hpp is deleted because
in 3.X versions doen't exist and it isn't necessary for 2.4.X versions
in this element. This keeps compatibility with 2.4.

https://bugzilla.gnome.org/show_bug.cgi?id=760473
2016-03-30 22:11:49 +01:00
..
fist.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00
gstcvdilate.cpp opencv: add headers with example launch lines 2015-12-15 20:55:00 +00:00
gstcvdilate.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvdilateerode.cpp opencv: clean includes 2015-12-12 20:09:15 +00:00
gstcvdilateerode.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstcvequalizehist.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstcvequalizehist.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstcverode.cpp opencv: add headers with example launch lines 2015-12-15 20:55:00 +00:00
gstcverode.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvlaplace.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstcvlaplace.h opencv: add mask property to cvlaplace 2016-01-25 22:30:44 +00:00
gstcvsmooth.cpp opencv: always do cvsmooth in place 2016-01-08 15:01:52 +00:00
gstcvsmooth.h opencv: add blur and bilateral support in cvsmooth 2015-12-17 10:15:48 +00:00
gstcvsobel.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstcvsobel.h opencv: add mask property to cvsobel 2016-01-25 21:43:09 +00:00
gstdisparity.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstdisparity.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstedgedetect.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstedgedetect.h opencv: update edgedetect to GstOpencvVideoFilter 2015-12-17 18:27:01 +00:00
gstfaceblur.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstfaceblur.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstfacedetect.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstfacedetect.h facedetect: remove unnecessary variable. 2015-08-21 09:28:15 +01:00
gstgrabcut.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstgrabcut.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gsthanddetect.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gsthanddetect.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstmotioncells.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstmotioncells.h opencv: update motioncells to GstOpencvVideoFilter 2015-12-18 12:42:25 +00:00
gstopencv.cpp facedetect: need to migrate to C++ 2015-07-31 16:49:17 +01:00
gstopencvutils.cpp opencv: Ported to OpenCV version 3.1 OpenCV 2016-03-30 22:10:58 +01:00
gstopencvutils.h opencv: remove unused functions in gstopencvutils 2015-12-12 19:31:55 +00:00
gstopencvvideofilter.cpp opencv: clean includes 2015-12-12 20:09:15 +00:00
gstopencvvideofilter.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstpyramidsegment.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstpyramidsegment.h opencv: remove check for OpenCV version 2016-01-08 17:12:04 +00:00
gstretinex.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstretinex.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gstsegmentation.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstsegmentation.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstskindetect.cpp opencv: skindetect: Ported to OpenCV version 3.1 2016-03-30 22:11:49 +01:00
gstskindetect.h opencv: clean includes 2015-12-12 20:09:15 +00:00
gsttemplatematch.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gsttemplatematch.h opencv: update templatematch to GstOpencvVideoFilter 2015-12-18 16:18:56 +00:00
gsttextoverlay.cpp bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gsttextoverlay.h opencv: update opencvtextoverlay to GstOpencvVideoFilter 2015-12-18 16:56:18 +00:00
Makefile.am opencv: switch remaining to C++ 2015-10-14 15:48:51 +01:00
MotionCells.cpp motioncells: Remove unused includes 2015-12-12 19:13:42 +00:00
MotionCells.h motioncells: Remove unused includes 2015-12-12 19:13:42 +00:00
motioncells_wrapper.cpp opencv: motioncells: Switch to C++ 2015-10-14 14:37:51 +01:00
motioncells_wrapper.h opencv: motioncells: Switch to C++ 2015-10-14 14:37:51 +01:00
palm.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00