summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* 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
* faceblur: Code refactoring of gst_face_blur_load_profile.Vanessa Chipirrás Navalón2015-08-281-11/+15
* faceblur: Change gstfaceblur to C++.Vanessa Chipirrás Navalón2015-08-282-9/+10
* facedetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-212-9/+0
* handdetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-182-7/+0
* handdetect: check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-181-0/+4
* handdetect: code refactoring of gst_handdetect_load_profile.Vanessa Chipirrás Navalón2015-08-181-23/+21
* opencv: support alternative path conventionLuis de Bethencourt2015-08-172-2/+2
* facedetect: Refactor the codeVanessa Chipirrás Navalón2015-08-141-27/+28
* facedetect: wrong form to write the delete operatorVanessa Chipi2015-08-111-1/+1
* facedetect: simplify repeated code.vanechipi2015-08-111-3/+4
* facedetect: Redundancy exists in code.vanechipi2015-08-111-7/+7
* facedetect: fix profile loading checkLuis de Bethencourt2015-08-071-2/+5
* configure: update OpenCV requirements to 2.3.0Luis de Bethencourt2015-08-076-31/+10
* opencv: facedetect: free IplImage with cvReleaseImageLuis de Bethencourt2015-08-051-2/+2
* opencv: facedetect: check pointer before using itLuis de Bethencourt2015-08-051-6/+4
* opencv: facedetect: fix crashes in finalizeTim-Philipp Müller2015-08-041-8/+8
* opencv: Fix 32-bit build / format strings.Jan Schmidt2015-08-041-23/+21
* templatematch: revert rename of propertyThiago Santos2015-08-011-1/+1
* templatematch: rename conflicting variableLuis de Bethencourt2015-07-312-15/+15
* facedetect: need to migrate to C++Vanessa Chipirrás2015-07-314-139/+146
* docs: decodebin2 -> decodebinLuis de Bethencourt2015-06-251-1/+1
* motioncells: Port to g_get_current_timeNicolas Dufresne2015-06-222-2/+2
* opencv: 'for' loop initial declarationLuis de Bethencourt2015-05-271-2/+4
* cvsmooth: rename propertiesVineeth T M2015-05-182-50/+50
* cvsmooth: Wrong assignment of prop leads to crashVineeth T M2015-05-181-2/+2
* pyramidsegment: wrong value of level propertyVineeth T M2015-05-181-1/+1
* handdetect: remove unneeded checkEdward Hervey2015-04-201-1/+1
* opencv: Change opencv plugin to use opencv2-style includesРуслан Ижбулатов2015-04-1740-24/+50
* motioncells: protect against not found idLuis de Bethencourt2015-03-051-14/+14
* opencv: remove always-true checkLuis de Bethencourt2015-03-051-1/+1
* motioncells: initialize class variablesLuis de Bethencourt2015-02-041-1/+6
* handdetect: remove unneeded checkLuis de Bethencourt2015-01-071-1/+1
* facedetect: Add new property min-stddevNicola Murino2014-09-052-6/+37
* facedetect: Use NULL to disable eyes/nose/mouthValentin PONS2014-08-131-0/+2
* faceblur: facedetect: add properties to faceblurRobert Jobbagy2014-07-304-8/+120
* faceblur: post message when profile loading failsRobert Jobbagy2014-07-302-2/+14
* facedetect: faceblur: update launch line examplesRobert Jobbagy2014-07-302-3/+4
* opencv templatematch: Set caps to BGR orderDavid Rothlisberger2014-07-281-2/+2
* templatematch: mark pads as proxy capsThiago Santos2014-07-281-0/+2
* templatematch: Produce a warning message if we can't load a template imageWilliam Manley2014-07-281-2/+8
* templatematch: Match rectangle grows redder with increased match certaintyWilliam Manley2014-07-281-2/+12
* templatematch: Allow changing template property on the flyWilliam Manley2014-07-281-17/+39
* templatematch: Pass video through when nothing to match againstDavid Rothlisberger2014-07-281-4/+2
* templatematch: Remove no-op call to gst_templatematch_load_templateWilliam Manley2014-07-281-1/+0