summaryrefslogtreecommitdiff
path: root/ext/opencv
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-11opencv: pyramidsegment: Switch to C++Luis de Bethencourt2-8/+10
2015-10-10cvsobel: Switch to C++Luis de Bethencourt2-8/+10
2015-10-10cvlaplace: Switch to C++Luis de Bethencourt2-6/+6
2015-10-10cvequalizehist: Switch to C++Luis de Bethencourt2-2/+2
2015-10-10cverode: Switch to C++Luis de Bethencourt3-5/+6
2015-10-02cvdilate: Change gstcvdilate to C++Vanessa Chipirrás Navalón2-2/+2
2015-10-02skindetect: Change gstskindetect to C++Vanessa Chipirrás Navalón2-2/+2
2015-10-02opencvutils: add extern C, for the opencv elements work.Vanessa Chipirrás Navalón1-1/+2
2015-10-02retinex: use OpenCV namespaceLuis de Bethencourt1-9/+9
2015-10-02cvsmooth: port to C++Vanessa Chipirrás Navalón2-6/+6
2015-10-02retinex: Change retinex to C++Vanessa Chipirrás Navalón2-1/+1
2015-10-02handdetect: remove another unused variableVanessa Chipirrás Navalón2-8/+0