An open API service indexing awesome lists of open source software.

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.

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.