ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IoU.cpp File Reference
#include "ml/contrib/IoU.h"
#include <tbb/parallel_for.h>
#include "ml/contrib/IoUImpl.h"
Include dependency graph for IoU.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::ml
 
 cloudViewer::ml::contrib
 

Functions

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