summaryrefslogtreecommitdiff
path: root/ext/opencv/gstedgedetect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* opencv: allow per feature registrationStéphane Cerveau2021-03-231-16/+6
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2038>
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
|
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
|
* opencv: port to c++Nicola Murino2019-02-021-28/+16
|
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-0/+3
| | | | Closed #826
* opencv: fix indentationNicola Murino2018-11-261-4/+6
|
* opencv: Updated to use new header pathNicolas Dufresne2018-08-021-1/+1
|
* edgedetect: Avoid extra copy of the output imageNicolas Dufresne2016-12-011-11/+3
| | | | | | | | Simply produce the result into the output image provided by the base class. This avoid useless copy. This also removes unchecked buffer map and ensure that GstVideoMeta is respected (for stride mostly). https://bugzilla.gnome.org/show_bug.cgi?id=775377
* edgedetect: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-51/+8
| | | | | | | There is already a cv_set_caps() implemented, so just do the entire work there. https://bugzilla.gnome.org/show_bug.cgi?id=775377
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* opencv: update edgedetect to GstOpencvVideoFilterLuis de Bethencourt2015-12-171-45/+41
| | | | | | Update edgedetect to inherit from GstOpencvVideoFilter instead of from GstElement. This means less code and more uniformity with other OpenCV elements.
* opencv: clean includesLuis de Bethencourt2015-12-121-4/+1
| | | | | | The opencv element includes were full of duplicates and uneeded headers. For example a few elements that stopped using gstcvopencvutils still included that header file.
* docs: update gst-launch-0.10 linesLuis de Bethencourt2015-11-191-1/+1
| | | | Update references to gst-launch-0.10 to gst-launch-1.0
* edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency.Vanessa Chipirrás Navalón2015-08-281-0/+354
Change the file extension to cpp and add it into Makefile for consistency with other elements of opencv. https://bugzilla.gnome.org/show_bug.cgi?id=754148