31 #ifndef DW_WORLDMODEL_PARKINGSPACE_H_ 32 #define DW_WORLDMODEL_PARKINGSPACE_H_ 55 #define DW_MAX_PARKING_BOUNDARY_POINT_COUNT 64 56 #define DW_MAX_PARKING_REFERENCE_POINT_COUNT 32 57 #define DW_MAX_PARKING_SPACES_COUNT 32 58 #define DW_MAX_PARKING_SPACES_TYPES_COUNT 32 132 #endif // DW_WORLDMODEL_PARKINGSPACE_H_
#define DW_MAX_PARKING_BOUNDARY_POINT_COUNT
NVIDIA DriveWorks API: Core Types
uint32_t referencePointCount
Number of reference points that define direction for parking.
uint32_t parkingSpacesCount
dwConfidence2f boundaryPointConfidences[DW_MAX_PARKING_BOUNDARY_POINT_COUNT]
Confidence of location of each point expressed in 2D top down view ground plane.
dwParkingReferenceDirectionType
Direction of parking allowed within a parking space. Mutually exclusive.
Defines a three-element floating-point vector.
uint64_t id
Tracking ID of the parking space object persistent over time.
dwParkingReferenceDirectionType referenceDirectionType
Direction of parking allowed.
Our strategy for uncertainty representation is to give classification confidence scalars for classifi...
#define DW_MAX_PARKING_REFERENCE_POINT_COUNT
dwParkingBoundaryType
Attributes of sides of the polygon representing the parking space object.
dwTime_t timestamp_us
Global host system timestamp.
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
uint8_t boundaryType[DW_MAX_PARKING_BOUNDARY_POINT_COUNT]
Class of each side of the polygon.
dwConfidence1f spaceTypeConfidence[DW_MAX_PARKING_SPACES_TYPES_COUNT]
Array of confidences, one confidence entry per class of the parking space type.
Information about a single parking space object or a parking strip.
#define DW_MAX_PARKING_SPACES_TYPES_COUNT
uint32_t boundaryPointCount
Number of points that outline the parking space or no-parking zone location.
#define DW_MAX_PARKING_SPACES_COUNT
dwVector3f referencePoints[DW_MAX_PARKING_REFERENCE_POINT_COUNT]
Coordinates of referencePointCount of 3D points.
dwParkingSpaceType
Type of parking space object.
dwVector3f boundaryPoints[DW_MAX_PARKING_BOUNDARY_POINT_COUNT]
Exactly boundaryPointCount number of points outlining a polygon in 3D coordinate system of the car ri...