NVIDIA DRIVE OS Linux SDK API Reference

6.0.6 Release
nvsipl::NvSiplPoint Struct Reference

Detailed Description

Defines the location of a point on a two-dimensional object.

Definition at line 69 of file NvSIPLCommon.hpp.

Data Fields

int32_t x
 Holds the horizontal location of the point. More...
 
int32_t y
 Holds the vertical location of the point. More...
 

Field Documentation

◆ x

int32_t nvsipl::NvSiplPoint::x

Holds the horizontal location of the point.

Definition at line 71 of file NvSIPLCommon.hpp.

◆ y

int32_t nvsipl::NvSiplPoint::y

Holds the vertical location of the point.

Definition at line 73 of file NvSIPLCommon.hpp.


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