summaryrefslogtreecommitdiff
path: root/ext/opencv/gstsegmentation.h
Commit message (Collapse)AuthorAgeFilesLines
* opencv: allow per feature registrationStéphane Cerveau2021-03-231-1/+1
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2038>
* opencv: port to c++Nicola Murino2019-02-021-12/+5
|
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-1/+3
| | | | Closed #826
* opencv: Bump requirement to 3.0.0+Nicolas Dufresne2018-08-021-11/+5
| | | | And removes all the ifdef code to support the 2.X APIs.
* segmentation: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-041-4/+3
|
* opencv: segmentation: Ported to OpenCV version 3.1Vanessa Chipirras Navalon2016-04-011-1/+10
| | | | | | | | | | | | | Add namespace bgsegm, replacement functions and Template class for new OpenCV versions because these functions have been removed. cvarrToMat() is added because it is compatible with all versions of OpenCV and the use of class Mat constructor is eliminated, it is also deprecated in 3.X versions. Use the namespace cv because some functions are called many times. This patch keeps compatibility with 2.4 https://bugzilla.gnome.org/show_bug.cgi?id=760473
* opencv: Change opencv plugin to use opencv2-style includesРуслан Ижбулатов2015-04-171-1/+2
| | | | | | | | | If old opencv1-style legacy include directory is available, this change becomes purely cosmetic (maybe will compile a bit faster). It becomes an FTBFS fix when opencv1-style include directory is missing (possibly because opencv package maintainer decided not to pack it). https://bugzilla.gnome.org/show_bug.cgi?id=747705
* opencv: fixes build by moving the c++ header to gstsegmentation.cppAlban Browaeys2013-06-181-1/+0
| | | | | | | | | | | | | Fixes: In file included from gstsegmentation.h:51:0, from gstopencv.c:42: /usr/include/opencv2/video/background_segm.hpp:47:16: fatal error: list: No such file or directory #include <list> ^ compilation terminated. https://bugzilla.gnome.org/show_bug.cgi?id=702297
* opencv: add foreground/background segmentation elementMiguel Casas-Sanchez2013-06-111-0/+127
Add an element to the opencv plugin for foregroung/background image sequence segmentation, using one out of 3 algorithms. https://bugzilla.gnome.org/show_bug.cgi?id=701421