summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvsmooth.cpp
Commit message (Expand)AuthorAgeFilesLines
* opencv: allow per feature registrationStéphane Cerveau2021-03-231-10/+6
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* 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-23/+28
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-0/+3
* opencv: fix indentationNicola Murino2018-11-261-6/+6
* opencv: Updated to use new header pathNicolas Dufresne2018-08-021-1/+1
* opencv: Support smoothing only part of the imageMichał Górny2017-10-161-5/+82
* opencv: Add 'kernel' prefix to width/heightMichał Górny2017-10-161-25/+25
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-031-0/+1
* opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon2016-11-141-1/+1
* opencv: gstcvsmooth: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-03-301-4/+4
* opencv: always do cvsmooth in placeLuis de Bethencourt2016-01-081-32/+1
* opencv: add blur and bilateral support in cvsmoothLuis de Bethencourt2015-12-171-3/+24
* opencv: add medianBlur support in cvsmoothLuis de Bethencourt2015-12-161-7/+26
* opencv: switch deprecated cvSmooth for GaussianBlurLuis de Bethencourt2015-12-161-29/+19
* opencv: add headers with example launch linesLuis de Bethencourt2015-12-151-0/+13
* opencv: clean includesLuis de Bethencourt2015-12-121-3/+1
* cvsmooth: port to C++Vanessa Chipirrás Navalón2015-10-021-0/+337