fpot:快速点重叠测试

时间:2024-06-01 08:43:17
【文件属性】:

文件名称:fpot:快速点重叠测试

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-01 08:43:17

C

快速点重叠测试 以下是一个最小的,优化的点重叠测试库,该库使用简单的空间网格数据结构来加速点测试。 它仅针对3D点进行了优化,并使用固定大小的网格,可为各种数据集提供平衡的性能尺寸比。 用法 # include " fpot.h " // note: points are passed as const float* // note: points are tuples of (x, y, z) fpot *obj = NULL ; // creates the fast point overlap test object // note: number_of_points is the number of tuples (x, y, z) and not // the number of scalars making up the points. if (!fpot_crea


【文件预览】:
fpot-master
----fpot.c(4KB)
----LICENSE(1KB)
----README.md(991B)
----fpot.h(1KB)

网友评论