CARLA
Public Attributes | List of all members
dvs::Config Struct Reference

DVS Configuration structure. More...

#include <DVSCamera.h>

+ Collaboration diagram for dvs::Config:

Public Attributes

float Cm
 
float Cp
 
float log_eps
 
std::uint64_t refractory_period_ns
 
float sigma_Cm
 
float sigma_Cp
 
bool use_log
 

Detailed Description

DVS Configuration structure.

Definition at line 18 of file DVSCamera.h.

Member Data Documentation

◆ Cm

float dvs::Config::Cm

Definition at line 21 of file DVSCamera.h.

Referenced by ADVSCamera::Set().

◆ Cp

float dvs::Config::Cp

Definition at line 20 of file DVSCamera.h.

Referenced by ADVSCamera::Set(), and ADVSCamera::Simulation().

◆ log_eps

float dvs::Config::log_eps

Definition at line 26 of file DVSCamera.h.

Referenced by ADVSCamera::ImageToLogGray(), and ADVSCamera::Set().

◆ refractory_period_ns

std::uint64_t dvs::Config::refractory_period_ns

Definition at line 24 of file DVSCamera.h.

Referenced by ADVSCamera::Set(), and ADVSCamera::Simulation().

◆ sigma_Cm

float dvs::Config::sigma_Cm

Definition at line 23 of file DVSCamera.h.

Referenced by ADVSCamera::Set(), and ADVSCamera::Simulation().

◆ sigma_Cp

float dvs::Config::sigma_Cp

Definition at line 22 of file DVSCamera.h.

Referenced by ADVSCamera::Set(), and ADVSCamera::Simulation().

◆ use_log

bool dvs::Config::use_log

Definition at line 25 of file DVSCamera.h.

Referenced by ADVSCamera::PostPhysTick(), and ADVSCamera::Set().


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