summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* 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
* handdetect: CvPoint values changed from uint to intLuis de Bethencourt2015-10-022-36/+36
* handdetect: need to migrate to C++Luis de Bethencourt2015-10-022-148/+155
* handdetect: Change gsthanddetect to C++Luis de Bethencourt2015-10-022-3/+3
* opencv: erode: remove non-ip transform funcLuis de Bethencourt2015-09-291-15/+0
* opencv: dilate: remove non-ip transform funcLuis de Bethencourt2015-09-291-15/+0
* opencv: use gst_opencv_video_filter_set_in_place()Luis de Bethencourt2015-09-298-9/+19
* handdetect: check for haar cascade files pathLuis de Bethencourt2015-09-291-2/+11
* opencv: cvlaplace: add scale and shift propertiesLuis de Bethencourt2015-09-292-2/+31
* edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency.Vanessa Chipirrás Navalón2015-08-282-6/+7
* edgedetect: remove unused and useless functions.Vanessa Chipirrás Navalón2015-08-281-2/+0
* textoverlay: remove unused variableLuis de Bethencourt2015-08-282-8/+0
* faceblur: remove unused variable.Vanessa Chipirrás Navalón2015-08-282-10/+0
* faceblur: need to migrate to C++.Vanessa Chipirrás Navalón2015-08-282-26/+30
* faceblur: Check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-281-0/+2