summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* motioncells: Fix cell string generationJan Schmidt2017-04-141-6/+5
* motioncells: Initialize m_changed_datafile class fieldSebastian Dröge2017-02-281-0/+1
* dewarp: Store C++ types as pointers in C structsSebastian Dröge2017-02-012-11/+23
* motioncells: fix mingw buildNicola Murino2017-01-301-1/+1
* opencv: Fix build with OpenCV < 3Sebastian Dröge2017-01-121-3/+16
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-032-0/+2
* opencv: add dewarp pluginNicola Murino2017-01-025-3/+847
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-5/+9
* segmentation: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-39/+31
* grabcut: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-33/+37
* retinex: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-50/+37
* opencv/meson: check presence of required opencv_contrib headersNicolas Dufresne2016-12-011-0/+1
* edgedetect: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-13/+8
* edgedetect: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-51/+8
* cvlaplace: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-12/+3
* cvlaplace: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-53/+8
* cvsobel: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-12/+3
* cvsobel: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-50/+8
* opencv: Remove uneeded buffer writability checkNicolas Dufresne2016-12-012-11/+1
* meson: Rework opencv plugin checksNirbheek Chauhan2016-11-291-16/+50
* opencv: Make the OpenCV plugin optional in the meson buildSebastian Dröge2016-11-271-1/+1
* opencv: Enable in meson buildLuis de Bethencourt2016-11-261-0/+50
* ext: Fix various compiler warnings with clangSebastian Dröge2016-11-251-1/+1
* opencv: forward declare opencv typesPhilippe Renon2016-11-211-0/+2
* opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon2016-11-1421-593/+25
* opencv: Fix memory leak by gst_caps_to_stringJimmy Ohn2016-10-061-1/+4
* facedetect: Fix compiler warning with clang 3.8Heinrich Fink2016-06-101-2/+2
* opencv/facedetect: fix the build with opencv 3.1.0Matthew Waters2016-05-151-3/+7
* opencv: segmentation: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-04-012-19/+53
* opencv: textoverlay: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-04-011-0/+3
* motioncells: fully construct MotionCellsLuis de Bethencourt2016-03-312-15/+22
* opencv: pyramidsegment: delete elementVanessa Chipirras Navalon2016-03-304-373/+0
* opencv: gstcvsmooth: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-4/+4
* opencv: grabcut: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-21/+21
* opencv: faceblur: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-4/+4
* opencv: handdetect: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-1/+3
* opencv: retinex: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-1/+1
* opencv: disparity: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-302-137/+105
* opencv: skindetect: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-2/+1
* opencv: Ported to OpenCV version 3.1 OpenCVVanessa Chipirras Navalon2016-03-301-1/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-2416-64/+32
* disparity: Don't assume that get_current_caps() returns non-NULL caps after h...Dave Craig2016-02-231-2/+2
* opencv: add mask property to cvlaplaceLuis de Bethencourt2016-01-252-2/+21
* opencv: add mask property to cvsobelLuis de Bethencourt2016-01-252-2/+20
* opencv: update deprecated function in skindetectLuis de Bethencourt2016-01-251-3/+1
* opencv: fix cvlaplaceLuis de Bethencourt2016-01-252-101/+72
* opencv: fix cvsobelLuis de Bethencourt2016-01-242-72/+85
* opencv: remove check for OpenCV versionLuis de Bethencourt2016-01-081-3/+0
* opencv: always do cvsmooth in placeLuis de Bethencourt2016-01-081-32/+1
* opencv: do pyramidsegment's transformation in placeLuis de Bethencourt2016-01-082-22/+8