dreamplayerzhang / MPCDPS

A c++ library which aims at massive point cloud data processing, involves smart pointer and smart array, mathematical structures and operations(vector, matrix, quaternion, transform etc), computational geometry(point, line, plane, polygon, rect, box, convex hull etc) indices (grid, kd-tree, octree, r-tree) and clusters (distance cluster, DBScan cluster, mean-shift cluster) etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPCDPS

A c++ library which aims at massive point cloud data processing, involves smart pointer and smart array, mathematical structures and operations(vector, matrix, quaternion, transform etc), computational geometry(point, line, plane, polygon, rect, box, convex hull etc), indices (grid, kd-tree, octree, r-tree) and clusters (distance cluster, DBScan cluster, mean-shift cluster) etc.

About

A c++ library which aims at massive point cloud data processing, involves smart pointer and smart array, mathematical structures and operations(vector, matrix, quaternion, transform etc), computational geometry(point, line, plane, polygon, rect, box, convex hull etc) indices (grid, kd-tree, octree, r-tree) and clusters (distance cluster, DBScan cluster, mean-shift cluster) etc.

License:GNU General Public License v3.0


Languages

Language:C++ 99.3%Language:CMake 0.5%Language:C 0.2%