NVIDIA DeepStream SDK API Reference

7.1 Release
lidar_postprocess.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2022-2023 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 #ifndef LIDAR_POST_PROCESS_H_
13 #define LIDAR_POST_PROCESS_H_
14 #include <vector>
16 
17 using namespace ds3d;
18 
19 int ParseCustomBatchedNMS(std::vector<Lidar3DBbox> bndboxes, const float nms_thresh,
20  std::vector<Lidar3DBbox> &nms_pred, const int pre_nms_top_n);
21 
22 #endif
ds3d_analysis_datatype.h
ParseCustomBatchedNMS
int ParseCustomBatchedNMS(std::vector< Lidar3DBbox > bndboxes, const float nms_thresh, std::vector< Lidar3DBbox > &nms_pred, const int pre_nms_top_n)
ds3d
Definition: lidar_3d_datatype.h:35