summaryrefslogtreecommitdiff
path: root/ext/opencv/gstdewarp.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-7/+3
|
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-0/+3
| | | | Closed #826
* opencv: Updated to use new header pathNicolas Dufresne2018-08-021-2/+2
|
* dewarp: Store C++ types as pointers in C structsSebastian Dröge2017-02-011-2/+2
| | | | | | | Otherwise the destructor will never be called, and we would have to call the constructors manually at some point... which we never did, so calling release() on it before it got otherwise initialized caused a crash. For example when running gst-inspect-1.0.
* opencv: add dewarp pluginNicola Murino2017-01-021-0/+114
new plugin that dewarp fisheye images https://bugzilla.gnome.org/show_bug.cgi?id=776047