31#ifndef DWFRAMEWORK_DWNODES_IMAGEPROCESSING_DWPYRAMIDNODE_DWPYRAMIDNODE_HPP_
32#define DWFRAMEWORK_DWNODES_IMAGEPROCESSING_DWPYRAMIDNODE_DWPYRAMIDNODE_HPP_
34#ifdef DW_SDK_BUILD_PVA
35#include <dw/imageprocessing/pyramid/PyramidPVA_processpipeline.h>
37#include <dw/core/system/PVA.h>
38#include <dw/imageprocessing/pyramid/Pyramid.h>
58 dwTrivialDataType
dataType = dwTrivialDataType::DW_TYPE_FLOAT32;
83 static constexpr char LOG_TAG[] =
"dwPyramidNode";
97 return describeConstructorArguments<dwPyramidNodeParams, dwContextHandle_t>(
103 &dwPyramidNodeParams::width),
111 "pyramidLevelCount"_sv,
119 dwContextHandle_t)));
123 const dwContextHandle_t ctx);
#define DW_DESCRIBE_INDEX_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_TYPE_NAME, args...)
#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...)
ExceptionSafeProcessNode(std::unique_ptr< Node > impl)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr auto describeInputPorts()
static constexpr auto describeOutputPorts()
static constexpr auto describeParameters()
static std::unique_ptr< dwPyramidNode > create(ParameterProvider &provider)
static constexpr char LOG_TAG[]
dwPyramidNode(const dwPyramidNodeParams &config, const dwContextHandle_t ctx)
static constexpr auto describePasses()
cupvaStream_t cupvastream
Data Type of pyramid.
constexpr auto describePortCollection(Args &&... args)
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
constexpr auto describeConstructorArgument(const Args &&... args)
dwPyramidNodeParams { uint32_t width dwPyramidNodeParams
constexpr auto describePassCollection(const Args &&... args)
uint32_t levelCount
Height of level 0.
uint32_t height
Width of level 0.
dwTrivialDataType dataType
Number of levels in the pyramid.