NVIDIA DeepStream SDK API Reference
8.0 Release
sources/includes/ds3d/common/hpp/lidar_custom_process.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
* property and proprietary rights in and to this material, related
7
* documentation and any modifications thereto. Any use, reproduction,
8
* disclosure or distribution of this material and related documentation
9
* without an express license agreement from NVIDIA CORPORATION or
10
* its affiliates is strictly prohibited.
11
*/
12
13
14
#ifndef DS3D_COMMON_HPP_LIDAR_CUSTOM_PROCESS_HPP
15
#define DS3D_COMMON_HPP_LIDAR_CUSTOM_PROCESS_HPP
16
17
18
#include "infer_datatypes.h"
19
namespace
ds3d
{
20
21
using namespace
nvdsinferserver
;
22
23
class
IInferCustomPreprocessor
{
24
public
:
25
virtual
~
IInferCustomPreprocessor
() =
default
;
26
virtual
NvDsInferStatus
preproc(
27
GuardDataMap
& dataMap,
SharedIBatchArray
batchArray,
cudaStream_t
stream) = 0;
28
};
29
30
}
// namespace ds3d
31
32
#endif // DS3D_COMMON_HPP_LIDAR_CUSTOM_PROCESS_HPP
cudaStream_t
struct CUstream_st * cudaStream_t
Forward declaration of cudaStream_t.
Definition:
sources/includes/nvbufsurftransform.h:35
nvdsinferserver
This is a header file for pre-processing cuda kernels with normalization and mean subtraction require...
Definition:
sources/gst-plugins/gst-nvinferserver/gstnvinferserver_impl.h:64
ds3d::IInferCustomPreprocessor
Definition:
sources/includes/ds3d/common/hpp/lidar_custom_process.hpp:23
ds3d::GuardDataMap
Definition:
sources/includes/ds3d/common/hpp/datamap.hpp:21
nvdsinferserver::SharedIBatchArray
std::shared_ptr< IBatchArray > SharedIBatchArray
Definition:
sources/includes/nvdsinferserver/infer_datatypes.h:205
ds3d
Definition:
sources/includes/ds3d/common/abi_dataprocess.h:21
NvDsInferStatus
NvDsInferStatus
Enum for the status codes returned by NvDsInferContext.
Definition:
sources/includes/nvdsinfer.h:226
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NVIDIA Confidential | Subject to Change | For test and development only.
Tue Mar 17 2026 09:30:35 | PR-09318-R32