Open3D (C++ API)
0.12.0
|
#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) |