summaryrefslogtreecommitdiff
path: root/ext/opencv
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-04opencv: allow compilation against 3.3.0Nicola Murino1-1/+1
2017-05-18motioncells: delay motionmaskcoords until caps arriveDmitry Zhadinets2-9/+42
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-11opencv/meson: Allow 3.2.0Nicolas Dufresne1-1/+1
2017-05-09opencv/meson: Ensure variable opencv_found is setNicolas Dufresne1-2/+2
2017-05-09Bump and update for meson 0.40.1Nicolas Dufresne1-21/+12
2017-04-14motioncells: Fix cell string generationJan Schmidt1-6/+5
2017-02-28motioncells: Initialize m_changed_datafile class fieldSebastian Dröge1-0/+1
2017-02-01dewarp: Store C++ types as pointers in C structsSebastian Dröge2-11/+23
2017-01-30motioncells: fix mingw buildNicola Murino1-1/+1
2017-01-12opencv: Fix build with OpenCV < 3Sebastian Dröge1-3/+16
2017-01-03Fix some caps leaks in pad template creation codeGarima Gaur2-0/+2
2017-01-02opencv: add dewarp pluginNicola Murino5-3/+847
2016-12-13gst: Don't declare variables inside the for loop headerSebastian Dröge1-5/+9
2016-12-04segmentation: Port to GstOpencvVideoFilter base classNicolas Dufresne2-39/+31
2016-12-04grabcut: Port to GstOpencvVideoFilter base classNicolas Dufresne2-33/+37
2016-12-04retinex: Port to GstOpencvVideoFilter base classNicolas Dufresne2-50/+37
2016-12-01opencv/meson: check presence of required opencv_contrib headersNicolas Dufresne1-0/+1
2016-12-01edgedetect: Avoid extra copy of the output imageNicolas Dufresne2-13/+8
2016-12-01edgedetect: Remove redundant CAPS event handlerNicolas Dufresne1-51/+8
2016-12-01cvlaplace: Avoid extra copy of the output imageNicolas Dufresne2-12/+3
2016-12-01cvlaplace: Remove redundant CAPS event handlerNicolas Dufresne1-53/+8
2016-12-01cvsobel: Avoid extra copy of the output imageNicolas Dufresne2-12/+3
2016-12-01cvsobel: Remove redundant CAPS event handlerNicolas Dufresne1-50/+8
2016-12-01opencv: Remove uneeded buffer writability checkNicolas Dufresne2-11/+1
2016-11-29meson: Rework opencv plugin checksNirbheek Chauhan1-16/+50
2016-11-27opencv: Make the OpenCV plugin optional in the meson buildSebastian Dröge1-1/+1
2016-11-26opencv: Enable in meson buildLuis de Bethencourt1-0/+50
2016-11-25ext: Fix various compiler warnings with clangSebastian Dröge1-1/+1
2016-11-21opencv: forward declare opencv typesPhilippe Renon1-0/+2
2016-11-14opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon21-593/+25
2016-10-06opencv: Fix memory leak by gst_caps_to_stringJimmy Ohn1-1/+4
2016-06-10facedetect: Fix compiler warning with clang 3.8Heinrich Fink1-2/+2
2016-05-15opencv/facedetect: fix the build with opencv 3.1.0Matthew Waters1-3/+7
2016-04-01opencv: segmentation: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2-19/+53