Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::base::CameraFrameSupplement Struct Reference

#include <frame_supplement.h>

Collaboration diagram for apollo::perception::base::CameraFrameSupplement:
Collaboration graph

Public Member Functions

void Reset ()
 

Public Attributes

bool on_use = false
 
Image8UPtr image_ptr = nullptr
 
std::shared_ptr< Blob< uint8_t > > image_blob = nullptr
 

Member Function Documentation

◆ Reset()

void apollo::perception::base::CameraFrameSupplement::Reset ( )
inline

Member Data Documentation

◆ image_blob

std::shared_ptr<Blob<uint8_t> > apollo::perception::base::CameraFrameSupplement::image_blob = nullptr

◆ image_ptr

Image8UPtr apollo::perception::base::CameraFrameSupplement::image_ptr = nullptr

◆ on_use

bool apollo::perception::base::CameraFrameSupplement::on_use = false

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