summaryrefslogtreecommitdiff
path: root/ext/opencv
AgeCommit message (Expand)AuthorFilesLines
2016-04-01opencv: textoverlay: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-0/+3
2016-03-31motioncells: fully construct MotionCellsLuis de Bethencourt2-15/+22
2016-03-30opencv: pyramidsegment: delete elementVanessa Chipirras Navalon4-373/+0
2016-03-30opencv: gstcvsmooth: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-4/+4
2016-03-30opencv: grabcut: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-21/+21
2016-03-30opencv: faceblur: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-4/+4
2016-03-30opencv: handdetect: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-1/+3
2016-03-30opencv: retinex: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-1/+1
2016-03-30opencv: disparity: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2-137/+105
2016-03-30opencv: skindetect: Ported to OpenCV version 3.1Vanessa Chipirras Navalon1-2/+1
2016-03-30opencv: Ported to OpenCV version 3.1 OpenCVVanessa Chipirras Navalon1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM16-64/+32
2016-02-23disparity: Don't assume that get_current_caps() returns non-NULL caps after h...Dave Craig1-2/+2
2016-01-25opencv: add mask property to cvlaplaceLuis de Bethencourt2-2/+21
2016-01-25opencv: add mask property to cvsobelLuis de Bethencourt2-2/+20
2016-01-25opencv: update deprecated function in skindetectLuis de Bethencourt1-3/+1
2016-01-25opencv: fix cvlaplaceLuis de Bethencourt2-101/+72
2016-01-24opencv: fix cvsobelLuis de Bethencourt2-72/+85
2016-01-08opencv: remove check for OpenCV versionLuis de Bethencourt1-3/+0
2016-01-08opencv: always do cvsmooth in placeLuis de Bethencourt1-32/+1
2016-01-08opencv: do pyramidsegment's transformation in placeLuis de Bethencourt2-22/+8
2015-12-27motioncells: fix splitting of RGB color stringReynaldo H. Verdejo Pinochet1-2/+5
2015-12-27motioncells: fix typo in headerReynaldo H. Verdejo Pinochet1-1/+1
2015-12-27motioncells: fix misleading warning messageReynaldo H. Verdejo Pinochet1-1/+1
2015-12-27motioncells: rework property descriptionsReynaldo H. Verdejo Pinochet1-23/+28
2015-12-27motioncells: use NULL instead of g_strdup(NULL)Reynaldo H. Verdejo Pinochet1-4/+4
2015-12-19opencv: remove unneeded sink_event function in pyramidsegmentLuis de Bethencourt1-33/+1
2015-12-19opencv: remove unneeded sink_event function in textoverlayLuis de Bethencourt1-34/+0
2015-12-18templatematch: remove useless functionThiago Santos1-30/+0
2015-12-18opencv: update opencvtextoverlay to GstOpencvVideoFilterLuis de Bethencourt2-53/+22
2015-12-18opencv: update templatematch to GstOpencvVideoFilterLuis de Bethencourt2-56/+31
2015-12-18opencv: update pyramidsegment to GstOpencvVideoFilterLuis de Bethencourt2-49/+23
2015-12-18opencv: update motioncells to GstOpencvVideoFilterLuis de Bethencourt2-240/+228
2015-12-17opencv: update edgedetect to GstOpencvVideoFilterLuis de Bethencourt2-52/+46
2015-12-17opencv: add blur and bilateral support in cvsmoothLuis de Bethencourt2-3/+25
2015-12-16opencv: add medianBlur support in cvsmoothLuis de Bethencourt1-7/+26
2015-12-16opencv: switch deprecated cvSmooth for GaussianBlurLuis de Bethencourt2-30/+19
2015-12-15opencv: pyramidsegment: fix example launch lineLuis de Bethencourt1-1/+1
2015-12-15opencv: add headers with example launch linesLuis de Bethencourt6-0/+80
2015-12-12opencv: clean includesLuis de Bethencourt36-221/+152
2015-12-12opencv: remove unused functions in gstopencvutilsLuis de Bethencourt2-71/+0
2015-12-12motioncells: Remove unused includesLuis de Bethencourt2-6/+0
2015-11-19docs: update gst-launch-0.10 linesLuis de Bethencourt3-3/+3
2015-11-03opencv: cast paramspec flags to fix the build for c++Stefan Sauer1-7/+7
2015-10-21opencv: handdetect: no need to get a writable bufferLuis de Bethencourt1-2/+1
2015-10-20opencv: handdetect: free best_r with deleteLuis de Bethencourt1-3/+3
2015-10-20opencv: motioncells: remove unnecessary checkLuis de Bethencourt1-8/+4
2015-10-14opencv: switch remaining to C++Luis de Bethencourt4-80/+71
2015-10-14opencv: motioncells: Switch to C++Luis de Bethencourt5-45/+29
2015-10-11textoverlay: Switch to C++Luis de Bethencourt2-11/+19