Open3D (C++ API)  0.18.0
Namespaces | Functions
Nms.cpp File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include "open3d/ml/contrib/Nms.h"
#include <tbb/parallel_for.h>
#include <iostream>
#include <numeric>
#include "open3d/ml/contrib/IoUImpl.h"
#include "open3d/utility/Helper.h"

Namespaces

 open3d
 
 open3d::ml
 
 open3d::ml::contrib
 

Functions

std::vector< int64_t > open3d::ml::contrib::NmsCPUKernel (const float *boxes, const float *scores, int n, double nms_overlap_thresh)