Jetson Linux API Reference

35.2.1 Release

Detailed Description

Interface to the properties of a PWL WDR device.

Returns a list of normalized float coordinates (x,y) that define the Piecewise Linear (PWL) compression curve used in the PWL Wide Dynamic Range (WDR) mode. The coordinates are returned in a Point2D tuple. The coordinates can be un-normalized by scaling x-axis and y-axis values by InputBitDepth and OutputBitDepth respectively. The Bit depths can be obtained by using the respective methods in the ISensorMode interface.

See also
ISensorMode

Definition at line 81 of file PwlWdrSensorMode.h.

Inheritance diagram for Argus::Ext::IPwlWdrSensorMode:
Collaboration diagram for Argus::Ext::IPwlWdrSensorMode:

Public Member Functions

virtual uint32_t getControlPointCount () const =0
 Returns the number of control points coordinates in the Piecewise Linear compression curve. More...
 
virtual Status getControlPoints (std::vector< Point2D< float > > *points) const =0
 Returns the Piecewise Linear (PWL) compression curve coordinates. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IPwlWdrSensorMode ()
 

Constructor & Destructor Documentation

◆ ~IPwlWdrSensorMode()

Argus::Ext::IPwlWdrSensorMode::~IPwlWdrSensorMode ( )
inlineprotected

Definition at line 103 of file PwlWdrSensorMode.h.

Member Function Documentation

◆ getControlPointCount()

virtual uint32_t Argus::Ext::IPwlWdrSensorMode::getControlPointCount ( ) const
pure virtual

Returns the number of control points coordinates in the Piecewise Linear compression curve.

◆ getControlPoints()

virtual Status Argus::Ext::IPwlWdrSensorMode::getControlPoints ( std::vector< Point2D< float > > *  points) const
pure virtual

Returns the Piecewise Linear (PWL) compression curve coordinates.

Parameters
[out]pointsThe output vector to store the PWL compression curve coordinates. Upon successful return, this vector will filled in with getControlPointCount() count values, each containing a coordinates of PWL compression curve within a Point2D tuple.

◆ id()

static const InterfaceID& Argus::Ext::IPwlWdrSensorMode::id ( )
inlinestatic

Definition at line 84 of file PwlWdrSensorMode.h.


The documentation for this class was generated from the following file: