31#ifndef DWFRAMEWORK_DWNODES_POINTCLOUDPROCESSING_DWDEPTHMAPNODE_DWDEPTHMAPNODE_HPP_
32#define DWFRAMEWORK_DWNODES_POINTCLOUDPROCESSING_DWDEPTHMAPNODE_DWDEPTHMAPNODE_HPP_
40#include <dwframework/dwnodes/common/PointCloudProcessingCommonTypes.hpp>
41#include <dwframework/dwnodes/common/SensorCommonTypes.hpp>
42#include <dwframework/dwnodes/common/channelpackets/DwframeworkTypes.hpp>
43#include <dwframework/dwnodes/common/channelpackets/EgomotionState.hpp>
44#include <dwframework/dwnodes/common/channelpackets/LidarPointCloud.hpp>
45#include <dwframework/dwnodes/common/channelpackets/PointCloud.hpp>
46#include <dwframework/dwnodes/common/channelpackets/PointCloudProcessingCommonTypes.hpp>
66 static constexpr char LOG_TAG[]{
"dwDepthMapNode"};
91 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
92 describePass(StringView{
"PASS_PROCESS_DEPTHMAP_GPU_ASYNC"}, DW_PROCESSOR_TYPE_GPU),
93 describePass(StringView{
"PASS_PROCESS_DEPTHMAP_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
94 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
102 return describeConstructorArguments<dwDepthMapNodeParams, dwContextHandle_t>(
114 "cudaStreamIndex"_sv,
#define DW_DESCRIBE_INDEX_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr auto describeOutputPorts()
static constexpr auto describePasses()
static constexpr auto describeParameters()
static constexpr char LOG_TAG[]
static std::unique_ptr< dwDepthMapNode > create(ParameterProvider &provider)
dwDepthMapNode(const dwDepthMapNodeParams ¶m, const dwContextHandle_t ctx)
static constexpr auto describeInputPorts()
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
dwLidarProperties lidarProps
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
dwDepthMapNodeParams { bool enable dwDepthMapNodeParams
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView const &&name, dwProcessorType processorType)