https://github.com/mdegans/libdsfilter
A simple library to build CUDA DeepStream filters.
https://github.com/mdegans/libdsfilter
Last synced: about 2 months ago
JSON representation
A simple library to build CUDA DeepStream filters.
- Host: GitHub
- URL: https://github.com/mdegans/libdsfilter
- Owner: mdegans
- License: lgpl-3.0
- Created: 2020-04-16T21:11:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T19:50:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T11:52:19.207Z (4 months ago)
- Language: C++
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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.
BaseFilter - a base class for all filters.
-> BaseCudaFilter - a base class for cuda filters (it has a cuda stream).For the moment, please see the headers for documentation. HTML documentation is planned.