Open3D (C++ API)  0.18.0
Namespaces | Functions
IoU.h File Reference

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

Go to the source code of this file.

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)