https://github.com/mdegans/libdistance
The core library for gst-distance
https://github.com/mdegans/libdistance
Last synced: 2 months ago
JSON representation
The core library for gst-distance
- Host: GitHub
- URL: https://github.com/mdegans/libdistance
- Owner: mdegans
- License: lgpl-3.0
- Created: 2020-07-28T22:35:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T23:39:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T11:52:19.251Z (4 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libdsfilter
Is a simple library to aid in the creation of DeepStream filter plugins. The various classes are intended for use with standard GStreamer boilerplate element templates. Example usage can be found in gst-cuda-plugin.
For the moment, please see the headers for documentation. HTML documentation is planned.