GstInference/Overlay Elements/Inference Overlay: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{GstInference/Head|previous=Overlay Elements/Classification Overlay|next=Overlay Elements/Embedding Overlay|keywords=}}
{{GstInference/Head|previous=Overlay Elements/Embedding Overlay|next=Helper Elements|keywords=}}
</noinclude>
</noinclude>
<!-- If you want a custom title for the page, un-comment and edit this line:
<!-- If you want a custom title for the page, un-comment and edit this line:
Line 39: Line 39:


<noinclude>
<noinclude>
{{GstInference/Foot|Overlay Elements/Classification Overlay|Overlay Elements/Embedding Overlay}}
{{GstInference/Foot|Overlay Elements/Embedding Overlay|Helper Elements}}
</noinclude>
</noinclude>

Revision as of 07:30, 17 February 2020




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





This element consumes the inference metadata. This element uses GstInferenceMeta. This element draws each bounding box with its respective label, using OpenCV.

Detection overalay example


Properties

The inferenceoverlay 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
Inference overlay styles

Example

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


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