CARLA
 
载入中...
搜索中...
未找到
sensor/data/Image.h
浏览该文件的文档.
1// Copyright (c) 2017 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
9#include "carla/sensor/data/Color.h" // 包含颜色定义的头文件
10#include "carla/sensor/data/ImageTmpl.h" // 包含图像模板定义的头文件
11
12namespace carla {
13namespace sensor {
14namespace data {
15
16 /// 定义32位BGRA颜色的图像
18
19 /// 定义浮点型BGRA颜色的图像
21
22 /// 定义64位BGRA颜色的图像,使用16位通道
24
25 /// 定义32位BGRA颜色的图像,用于法线图
27
28} // namespace data
29} // namespace sensor
30} // namespace carla // 结束命名空间
Templated image for any type of pixel.
Definition ImageTmpl.h:33
CARLA模拟器的主命名空间。
Definition Carla.cpp:139