Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
IoU.h File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include "open3d/core/Device.h"

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)