Open3D (C++ API)  0.18.0+252c867
Namespaces | Functions
IoU.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#include "open3d/ml/contrib/IoU.h"
#include <tbb/parallel_for.h>
#include "open3d/ml/contrib/IoUImpl.h"

Namespaces

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

Functions

void open3d::ml::contrib::IoUBevCPUKernel (const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)
 
void open3d::ml::contrib::IoU3dCPUKernel (const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)