#include <random>
#include <cmath>
#include <algorithm>
#include "Carla.h"
#include "Carla/Util/RandomEngine.h"
#include "Carla/Sensor/DVSCamera.h"
#include "Actor/ActorBlueprintFunctionLibrary.h"
#include <compiler/disable-ue4-macros.h>
#include "carla/ros2/ROS2.h"
#include <carla/Buffer.h>
#include <carla/BufferView.h>
#include <compiler/enable-ue4-macros.h>
Go to the source code of this file.
Functions | |
static float | FColorToGrayScaleFloat (FColor Color) |
|
static |
Definition at line 23 of file DVSCamera.cpp.
Referenced by ADVSCamera::ImageToGray(), and ADVSCamera::ImageToLogGray().