Skip to content

igormaurell/mesh_point_sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh Point Sampling

Overview

Author: [Igor Maurell], [email protected]

The mesh_point_sampling software uses PCL to sample a point cloud in a mesh surface. This is pcl_mesh_sampling of pcl_tools with a modification to mantain the face information for each point.

Dependencies

This software is implemented in C++ using the Point Cloud Library (PCL-1.10).

Instalation

After install PCL-1.10, do:

$ git clone --recursive https://github.com/igormaurell/mesh_point_sampling
$ cd mesh_point_sampling
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install

Using

After install, use the help to understand the parameters, doing:

$ mesh_point_sampling -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published