Fast, templated, C++ Octree implementation

后端 未结 3 1268
抹茶落季
抹茶落季 2020-12-12 20:47

I\'ve been searching high and low (mostly on google) for a fast, efficient, templated (ie. with STL-like properties) octree implementation, without success. I want to use t

3条回答
  •  失恋的感觉
    2020-12-12 21:29

    Check this one out: http://svn.pointclouds.org/pcl/trunk/octree/

    Updated link: https://github.com/PointCloudLibrary/pcl/tree/master/octree

提交回复
热议问题