Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
IoU.h File Reference

Go to the source code of this file.

Namespaces

namespace  open3d
namespace  open3d::ml
namespace  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)