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.
More...
#include <PwlWdrSensorMode.h>
List of all members.
Public Member Functions |
virtual uint32_t | getControlPointCount () const =0 |
| Returns the number of control points coordinates in the Piecewise Linear compression curve.
|
virtual Status | getControlPoints (std::vector< Point2D< float > > *points) const =0 |
| Returns the Piecewise Linear (PWL) compression curve coordinates.
|
Detailed Description
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 68 of file PwlWdrSensorMode.h.
Constructor & Destructor Documentation
Argus::Ext::IPwlWdrSensorMode::~IPwlWdrSensorMode |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual uint32_t Argus::Ext::IPwlWdrSensorMode::getControlPointCount |
( |
| ) |
const |
|
pure virtual |
Returns the number of control points coordinates in the Piecewise Linear compression curve.
virtual Status Argus::Ext::IPwlWdrSensorMode::getControlPoints |
( |
std::vector< Point2D< float > > * |
points | ) |
const |
|
pure virtual |
Returns the Piecewise Linear (PWL) compression curve coordinates.
- Parameters:
-
[out] | points | The 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. |
static const InterfaceID& Argus::Ext::IPwlWdrSensorMode::id |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: