AI Based Object Redaction/GStreamer Plugin: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{AI Based Object Redaction/Head|previous=Getting Started|next=Gstreamer Plugin/rrfacedetector|metakeywords=Redaction}}
{{AI Based Object Redaction/Head|previous=Getting Started|next=GStreamer Plugin/rrfacedetector|metakeywords=Redaction}}
</noinclude>
</noinclude>


Line 25: Line 25:


<noinclude>
<noinclude>
{{AI Based Object Redaction/Foot|Getting Started|Gstreamer Plugin/rrfacedetector}}
{{AI Based Object Redaction/Foot|Getting Started|GStreamer Plugin/rrfacedetector}}
</noinclude>
</noinclude>

Revision as of 22:23, 28 December 2023


Index






Gstreamer Plugin

The Object Redactor library also provides different elements developed using the GStreamer framework. These elements use the library and allow tho detect and redact objects through a Gstreamer pipeline in images, video files and live camera videos.

Each Gstreamer element does a specific functionality according to the develop library. The GStreamer elements are based on the detect and redact stages.

Currently the library only support detection of faces, more detection features may be supported in the future. Below you will find a brief description of each of the plugins:

  • rrfacedetector: Performs the faces detection.
  • rrobjectredactor: Performs the redaction of the detected objects using blurring algorithm.


In the next wiki pages you can find more information about:


Index