AI Based Object Redaction/GStreamer Plugin: Difference between revisions

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



Latest revision as of 17:05, 27 October 2024


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