.. |
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: forward declare opencv types
|
2016-11-21 17:37:46 +01: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: move base opencv filter class and utilities to gst-libs
|
2016-11-14 18:25:57 +00:00 |
gstcvsmooth.h
|
opencv: move base opencv filter class and utilities to gst-libs
|
2016-11-14 18:25:57 +00: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 |
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
|
grabcut: Port to GstOpencvVideoFilter base class
|
2016-12-04 14:49:05 -05:00 |
gstgrabcut.h
|
grabcut: Port to GstOpencvVideoFilter base class
|
2016-12-04 14:49:05 -05:00 |
gsthanddetect.cpp
|
opencv: handdetect: Ported to OpenCV version 3.1
|
2016-03-30 22:12:47 +01:00 |
gsthanddetect.h
|
opencv: move base opencv filter class and utilities to gst-libs
|
2016-11-14 18:25:57 +00:00 |
gstmotioncells.cpp
|
opencv: Remove uneeded buffer writability check
|
2016-12-01 21:15:28 -05:00 |
gstmotioncells.h
|
opencv: move base opencv filter class and utilities to gst-libs
|
2016-11-14 18:25:57 +00:00 |
gstopencv.cpp
|
opencv: pyramidsegment: delete element
|
2016-03-30 22:52:03 +01: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
|
bad: use new gst_element_class_add_static_pad_template()
|
2016-03-24 14:56:51 +02: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
|
opencv: move base opencv filter class and utilities to gst-libs
|
2016-11-14 18:25:57 +00:00 |
meson.build
|
opencv/meson: check presence of required opencv_contrib headers
|
2016-12-01 22:02:51 -05:00 |
MotionCells.cpp
|
motioncells: fully construct MotionCells
|
2016-03-31 16:12:04 +01:00 |
MotionCells.h
|
motioncells: fully construct MotionCells
|
2016-03-31 16:12:04 +01: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 |