gstreamer/ext/opencv
Thibault Saunier c247745faa opencv: Fix build for opencv >= 3.4.2
The `CV_RGB` macro is now in `imgproc.hpp`.

Fixes:

    ../subprojects/gst-plugins-bad/ext/opencv/gsthanddetect.cpp:497:40: error: ‘CV_RGB’ was not declared in this scope
            cvCircle (img, center, radius, CV_RGB (0, 0, 200), 1, 8, 0);
                                        ^~~~~~
2018-07-14 08:01:27 -04: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 Fix some caps leaks in pad template creation code 2017-01-03 10:02:58 +00:00
gstcvdilateerode.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +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: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +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 cvlaplace: Avoid extra copy of the output image 2016-12-01 21:56:10 -05:00
gstcvlaplace.h cvlaplace: Avoid extra copy of the output image 2016-12-01 21:56:10 -05:00
gstcvsmooth.cpp opencv: Support smoothing only part of the image 2017-10-16 11:07:07 +02:00
gstcvsmooth.h opencv: Support smoothing only part of the image 2017-10-16 11:07:07 +02:00
gstcvsobel.cpp cvsobel: Avoid extra copy of the output image 2016-12-01 21:56:09 -05:00
gstcvsobel.h cvsobel: Avoid extra copy of the output image 2016-12-01 21:56:09 -05:00
gstdewarp.cpp dewarp: Store C++ types as pointers in C structs 2017-02-01 13:44:37 +02:00
gstdewarp.h dewarp: Store C++ types as pointers in C structs 2017-02-01 13:44:37 +02:00
gstdisparity.cpp opencv: disparity: Ported to OpenCV version 3.1 2016-03-30 22:12:16 +01:00
gstdisparity.h opencv: disparity: Ported to OpenCV version 3.1 2016-03-30 22:12:16 +01:00
gstedgedetect.cpp edgedetect: Avoid extra copy of the output image 2016-12-01 21:56:10 -05:00
gstedgedetect.h edgedetect: Avoid extra copy of the output image 2016-12-01 21:56:10 -05:00
gstfaceblur.cpp opencv: faceblur: Ported to OpenCV version 3.1 2016-03-30 22:13:00 +01:00
gstfaceblur.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gstfacedetect.cpp opencv: Remove uneeded buffer writability check 2016-12-01 21:15:28 -05:00
gstfacedetect.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gstgrabcut.cpp opencv: Fix memcpy within C++ 2018-05-11 09:54:22 +02:00
gstgrabcut.h grabcut: Port to GstOpencvVideoFilter base class 2016-12-04 14:49:05 -05:00
gsthanddetect.cpp opencv: Fix build for opencv >= 3.4.2 2018-07-14 08:01:27 -04:00
gsthanddetect.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gstmotioncells.cpp motioncells: delay motionmaskcoords until caps arrive 2017-05-18 13:37:03 +02:00
gstmotioncells.h motioncells: delay motionmaskcoords until caps arrive 2017-05-18 13:37:03 +02:00
gstopencv.cpp opencv: add dewarp plugin 2017-01-02 19:48:34 -05:00
gstretinex.cpp retinex: Port to GstOpencvVideoFilter base class 2016-12-04 14:49:05 -05:00
gstretinex.h retinex: Port to GstOpencvVideoFilter base class 2016-12-04 14:49:05 -05:00
gstsegmentation.cpp segmentation: Port to GstOpencvVideoFilter base class 2016-12-04 14:49:05 -05:00
gstsegmentation.h segmentation: Port to GstOpencvVideoFilter base class 2016-12-04 14:49:05 -05:00
gstskindetect.cpp opencv: skindetect: Ported to OpenCV version 3.1 2016-03-30 22:11:49 +01:00
gstskindetect.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gsttemplatematch.cpp opencv: Fix build for opencv >= 3.4.2 2018-07-14 08:01:27 -04:00
gsttemplatematch.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +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: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build Meson: Generate pc file for all plugins in bad 2018-04-25 11:08:09 +01:00
MotionCells.cpp opencv: Fix build for opencv >= 3.4.2 2018-07-14 08:01:27 -04:00
MotionCells.h gst: Don't declare variables inside the for loop header 2016-12-13 22:39:01 +02: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