CARLA
 
载入中...
搜索中...
未找到
NormalsCamera.h
浏览该文件的文档.
1// Copyright (c) 2022 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8
10
12
13#include "NormalsCamera.generated.h"
14
15/// 生成‘法线’图像的传感器.
16UCLASS()
17class CARLA_API ANormalsCamera : public AShaderBasedSensor
18{
19 GENERATED_BODY()
20
21public:
22
23 static FActorDefinition GetSensorDefinition();
24
25 ANormalsCamera(const FObjectInitializer &ObjectInitializer);
26
27protected:
28
29 void PostPhysTick(UWorld *World, ELevelTick TickType, float DeltaSeconds) override;
30};
TSharedPtr< const FActorInfo > carla::rpc::ActorState UWorld * World
Definition: CarlaActor.cpp:83
生成‘法线’图像的传感器.
Definition: NormalsCamera.h:18
通过应用后处理材质(着色器)来生成数据的传感器。 a scene capture image.