summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* 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
* motioncells: fix splitting of RGB color stringReynaldo H. Verdejo Pinochet2015-12-271-2/+5
* motioncells: fix typo in headerReynaldo H. Verdejo Pinochet2015-12-271-1/+1
* motioncells: fix misleading warning messageReynaldo H. Verdejo Pinochet2015-12-271-1/+1
* motioncells: rework property descriptionsReynaldo H. Verdejo Pinochet2015-12-271-23/+28
* motioncells: use NULL instead of g_strdup(NULL)Reynaldo H. Verdejo Pinochet2015-12-271-4/+4
* opencv: remove unneeded sink_event function in pyramidsegmentLuis de Bethencourt2015-12-191-33/+1
* opencv: remove unneeded sink_event function in textoverlayLuis de Bethencourt2015-12-191-34/+0
* templatematch: remove useless functionThiago Santos2015-12-181-30/+0
* opencv: update opencvtextoverlay to GstOpencvVideoFilterLuis de Bethencourt2015-12-182-53/+22
* opencv: update templatematch to GstOpencvVideoFilterLuis de Bethencourt2015-12-182-56/+31
* opencv: update pyramidsegment to GstOpencvVideoFilterLuis de Bethencourt2015-12-182-49/+23
* opencv: update motioncells to GstOpencvVideoFilterLuis de Bethencourt2015-12-182-240/+228
* opencv: update edgedetect to GstOpencvVideoFilterLuis de Bethencourt2015-12-172-52/+46
* opencv: add blur and bilateral support in cvsmoothLuis de Bethencourt2015-12-172-3/+25
* opencv: add medianBlur support in cvsmoothLuis de Bethencourt2015-12-161-7/+26
* opencv: switch deprecated cvSmooth for GaussianBlurLuis de Bethencourt2015-12-162-30/+19
* opencv: pyramidsegment: fix example launch lineLuis de Bethencourt2015-12-151-1/+1
* opencv: add headers with example launch linesLuis de Bethencourt2015-12-156-0/+80
* opencv: clean includesLuis de Bethencourt2015-12-1236-221/+152
* opencv: remove unused functions in gstopencvutilsLuis de Bethencourt2015-12-122-71/+0
* motioncells: Remove unused includesLuis de Bethencourt2015-12-122-6/+0
* docs: update gst-launch-0.10 linesLuis de Bethencourt2015-11-193-3/+3
* opencv: cast paramspec flags to fix the build for c++Stefan Sauer2015-11-031-7/+7
* opencv: handdetect: no need to get a writable bufferLuis de Bethencourt2015-10-211-2/+1
* opencv: handdetect: free best_r with deleteLuis de Bethencourt2015-10-201-3/+3
* opencv: motioncells: remove unnecessary checkLuis de Bethencourt2015-10-201-8/+4