Difference between revisions of "GstInference/Overlay Elements/Inference Overlay"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "<noinclude> {{GstInference/Head|previous=Overlay Elements/Classification Overlay|next=Overlay Elements/Embedding Overlay|keywords=}} </noinclude> <!-- If you want a custom tit...")
 
(Example)
Line 34: Line 34:
 
= Example =
 
= Example =
  
For example pipelines using detectionoverlay element please check the [[GstInference/Example_pipelines | example pipelines]] section.  
+
For example pipelines using inferenceoverlay element please check the [[GstInference/Example_pipelines | example pipelines]] section.  
  
 
<noinclude>
 
<noinclude>
 
{{GstInference/Foot|Overlay Elements/Classification Overlay|Overlay Elements/Embedding Overlay}}
 
{{GstInference/Foot|Overlay Elements/Classification Overlay|Overlay Elements/Embedding Overlay}}
 
</noinclude>
 
</noinclude>

Revision as of 17:08, 17 January 2020



Previous: Overlay Elements/Classification Overlay Index Next: Overlay Elements/Embedding Overlay




This element consumes the detection metadata introduced in the buffer by our family of detection elements(TinyYoloV2). This element uses GstDetectionMeta. This element draws each bounding box with its respective label, using OpenCV.

Detection overalay example

Properties

The detectionoverlay element expose the following properties to control the boxes' thickness, color, etc. These properties are documented on the following table:

Property Value Description
font-scale Double [0,100] Scale of the font used on the overlay. 0 turns off the overlay
thickness Double [1,100] Thickness in pixels used for the lines
style enum
(0): classic
(1): dotted
(2): dashed
Line style of rectangle


Example

For example pipelines using inferenceoverlay element please check the example pipelines section.


Previous: Overlay Elements/Classification Overlay Index Next: Overlay Elements/Embedding Overlay