NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplISPEllipse Struct Reference

Detailed Description

Defines an ellipse.

Definition at line 301 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPEllipse:

Data Fields

NvSiplPointFloat center
 Holds center of the ellipse. More...
 
uint32_t horizontalAxis
 Holds horizontal axis of the ellipse. More...
 
uint32_t verticalAxis
 Holds vertical axis of the ellipse. More...
 
float_t angle
 Holds angle of the ellipse horizontal axis from X axis in degrees in clockwise direction. More...
 

Field Documentation

◆ angle

float_t nvsipl::NvSiplISPEllipse::angle

Holds angle of the ellipse horizontal axis from X axis in degrees in clockwise direction.

Valid Range: [0.0, 360.0]

Definition at line 324 of file NvSIPLISPStat.hpp.

◆ center

NvSiplPointFloat nvsipl::NvSiplISPEllipse::center

Holds center of the ellipse.

Valid Range:

  • X coordinate of the center: [0, input width - 1]
  • Y coordinate of the center: [0, input height - 1]

Definition at line 308 of file NvSIPLISPStat.hpp.

◆ horizontalAxis

uint32_t nvsipl::NvSiplISPEllipse::horizontalAxis

Holds horizontal axis of the ellipse.

Valid Range: [17, 2 x input width]

Definition at line 313 of file NvSIPLISPStat.hpp.

◆ verticalAxis

uint32_t nvsipl::NvSiplISPEllipse::verticalAxis

Holds vertical axis of the ellipse.

Valid Range: [17, 2 x input height]

Definition at line 318 of file NvSIPLISPStat.hpp.


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