summaryrefslogtreecommitdiff
path: root/ext/opencv
AgeCommit message (Expand)AuthorFilesLines
2021-09-22opencv: cvtracker: add draw propertyVivek R2-0/+16
2021-09-22opencv: add cvtracker pluginVivek R4-2/+514
2021-09-22opencv: patch to ensure headers are detectedVivek R1-1/+3
2021-03-23opencv: allow per feature registrationStéphane Cerveau43-406/+180
2021-03-22gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-12-03opencv: Expose retinex parametersEdward Hervey2-7/+70
2020-10-27opencv: allow compilation against 4.5.xNicola Murino1-1/+1
2020-10-13cameracalibrate: Improve gst-inspect documentationVivia Nikolaidou1-3/+4
2020-09-11opencv: set opencv_dep when option is disabled (#1406)Adam Williamson1-0/+1
2020-08-05opencv: compile with -Wno-format-nonliteralJordan Petridis1-1/+3
2020-08-01opencv: allow compilation against 4.4.xNicola Murino1-1/+1
2020-07-10opencv: suppress warnings about non-existent include dirsTim-Philipp Müller1-0/+4
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle1-0/+2
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle9-11/+11
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge9-0/+18
2020-05-06opencv: allow compilation against 4.3.xLuka Blaskovic1-1/+1
2019-12-26opencv: allow compilation against 4.2.xNicola Murino1-1/+1
2019-12-11remove various useless linefeed in logsStéphane Cerveau1-1/+1
2019-11-08bad: Avoid using deprecated APIEdward Hervey2-3/+1
2019-11-05documentation: fixed a heap o' typosAaron Boxer15-34/+34
2019-10-25opencv: Don't error when unable to detect OpenCV data dirJan Alexander Steffens (heftig)1-1/+5
2019-10-14Remove autotools build systemTim-Philipp Müller1-87/+0
2019-05-29doc: remove xml from commentsMathieu Duponchelle21-63/+42
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-04-23opencv: allow compilation against 4.1.xNicola Murino1-1/+1
2019-02-02opencv cameraundistort: use G_GNUC_UNUSED for better portabilityNicola Murino1-5/+3
2019-02-02opencv: remove deprecated headersNicola Murino1-5/+0
2019-02-02opencv: port to c++Nicola Murino41-1244/+816
2018-12-25opencv: fix disting of new header filesTim-Philipp Müller1-1/+1
2018-12-17meson: fix opencv=disabled case if opencv is available on the systemTim-Philipp Müller1-0/+6
2018-12-17meson: Add libsinc to the CFLAGSSebastian Dröge2-2/+2
2018-11-26opencv: define CASCADE_DO_CANNY_PRUNING for opencv < 4Nicola Murino1-5/+3
2018-11-26opencv: make compatible with opencv 4Nicola Murino28-6/+140
2018-11-26opencv: fix indentationNicola Murino14-327/+452
2018-11-13cameracalibrate: Fix build error on Mac OSXJustin Kim1-1/+1
2018-08-14makefile: opencv: Fix header names in noinst_HEADERSNicolas Dufresne1-2/+2
2018-08-02opencv: Fixup include to follow new standardNicolas Dufresne5-26/+9
2018-08-02opencv: Updated to use new header pathNicolas Dufresne25-39/+34
2018-08-02opencv: Bump requirement to 3.0.0+Nicolas Dufresne12-133/+25
2018-08-02cameracalibrtate: Fix opencv2 core.hpp pathNicolas Dufresne2-2/+2
2018-08-01opencv: new cameracalibrate and cameraundistort elementsPhilippe Renon11-2/+1584
2018-07-14opencv: Fix build for opencv >= 3.4.2Thibault Saunier3-0/+9
2018-05-11opencv: Fix memcpy within C++Edward Hervey1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-06opencv: fix OPENCV_PATH_NAME when using mesonGuillaume Desmottes1-1/+1
2018-01-02opencv: allow all future 3.4.x versionsTim-Philipp Müller1-1/+1
2018-01-02opencv: allow compilation against 3.4.xNicola Murino1-1/+1
2017-12-14opencv: handdetect: fix typo in example launch lineReynaldo H. Verdejo Pinochet1-1/+1
2017-10-16opencv: Support smoothing only part of the imageMichał Górny2-5/+88
2017-10-16opencv: Add 'kernel' prefix to width/heightMichał Górny2-27/+27