summaryrefslogtreecommitdiff
path: root/ext/opencv/gstfacedetect.cpp
Commit message (Expand)AuthorAgeFilesLines
* opencv: allow per feature registrationStéphane Cerveau2021-03-231-18/+6
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+3
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
* opencv: port to c++Nicola Murino2019-02-021-35/+23
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-0/+7
* opencv: Bump requirement to 3.0.0+Nicolas Dufresne2018-08-021-2/+0
* opencv: Remove uneeded buffer writability checkNicolas Dufresne2016-12-011-10/+1
* facedetect: Fix compiler warning with clang 3.8Heinrich Fink2016-06-101-2/+2
* opencv/facedetect: fix the build with opencv 3.1.0Matthew Waters2016-05-151-3/+7
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* opencv: clean includesLuis de Bethencourt2015-12-121-4/+1
* facedetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-211-8/+0
* opencv: support alternative path conventionLuis de Bethencourt2015-08-171-1/+1
* 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-071-8/+4
* 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
* facedetect: need to migrate to C++Vanessa Chipirrás2015-07-311-0/+834