summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* 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
* opencv: switch remaining to C++Luis de Bethencourt2015-10-144-80/+71
* opencv: motioncells: Switch to C++Luis de Bethencourt2015-10-145-45/+29
* textoverlay: Switch to C++Luis de Bethencourt2015-10-112-11/+19
* opencv: pyramidsegment: Switch to C++Luis de Bethencourt2015-10-112-8/+10
* cvsobel: Switch to C++Luis de Bethencourt2015-10-102-8/+10
* cvlaplace: Switch to C++Luis de Bethencourt2015-10-102-6/+6
* cvequalizehist: Switch to C++Luis de Bethencourt2015-10-102-2/+2
* cverode: Switch to C++Luis de Bethencourt2015-10-103-5/+6
* cvdilate: Change gstcvdilate to C++Vanessa Chipirrás Navalón2015-10-022-2/+2
* skindetect: Change gstskindetect to C++Vanessa Chipirrás Navalón2015-10-022-2/+2
* opencvutils: add extern C, for the opencv elements work.Vanessa Chipirrás Navalón2015-10-021-1/+2
* retinex: use OpenCV namespaceLuis de Bethencourt2015-10-021-9/+9
* cvsmooth: port to C++Vanessa Chipirrás Navalón2015-10-022-6/+6
* retinex: Change retinex to C++Vanessa Chipirrás Navalón2015-10-022-1/+1
* handdetect: remove another unused variableVanessa Chipirrás Navalón2015-10-022-8/+0