NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::ObjectImageFootLocationUserMetadata Class Reference

Detailed Description

Definition at line 541 of file metadata.hpp.

Inheritance diagram for deepstream::ObjectImageFootLocationUserMetadata:
Collaboration diagram for deepstream::ObjectImageFootLocationUserMetadata:

Public Types

typedef std::unique_ptr< AbstractIterator< UserMetadata > > Iterator
 

Public Member Functions

 ObjectImageFootLocationUserMetadata (void *data=nullptr)
 
 ObjectImageFootLocationUserMetadata (const UserMetadata &user_meta)
 
virtual ~ObjectImageFootLocationUserMetadata ()
 
std::pair< float, float > getImageFootLocation () const
 Get the image foot location of the object. More...
 
virtual operator bool () override
 operator to check if a metadata is void More...
 

Protected Member Functions

void get_ (void *&)
 

Protected Attributes

void * data_
 

Member Typedef Documentation

◆ Iterator

Definition at line 103 of file metadata.hpp.

Constructor & Destructor Documentation

◆ ObjectImageFootLocationUserMetadata() [1/2]

deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata ( void *  data = nullptr)

◆ ObjectImageFootLocationUserMetadata() [2/2]

deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata ( const UserMetadata user_meta)

◆ ~ObjectImageFootLocationUserMetadata()

virtual deepstream::ObjectImageFootLocationUserMetadata::~ObjectImageFootLocationUserMetadata ( )
virtual

Member Function Documentation

◆ get_()

◆ getImageFootLocation()

std::pair<float, float> deepstream::ObjectImageFootLocationUserMetadata::getImageFootLocation ( ) const

Get the image foot location of the object.

Referenced by deepstream::NvDsKittiDump::generateTrackerKittiDump().

◆ operator bool()

virtual deepstream::UserMetadata::operator bool ( )
inlineoverridevirtualinherited

operator to check if a metadata is void

Reimplemented from deepstream::Metadata.

Definition at line 116 of file metadata.hpp.

References deepstream::Metadata::data_.

Field Documentation

◆ data_

void* deepstream::Metadata::data_
protectedinherited

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