|
Point Cloud Library (PCL)
1.5.1
|
The texture mapping algorithm. More...
#include <pcl/surface/texture_mapping.h>
Public Member Functions | |
| TextureMapping () | |
| Constructor. | |
| ~TextureMapping () | |
| Destructor. | |
| void | setF (float f) |
| Set mesh scale control. | |
| void | setVectorField (float x, float y, float z) |
| Set vector field. | |
| void | setTextureFiles (std::vector< std::string > tex_files) |
| Set texture files. | |
| void | setTextureMaterials (TexMaterial tex_material) |
| Set texture materials. | |
| void | mapTexture2Mesh (pcl::TextureMesh &tex_mesh) |
| Map texture to a mesh synthesis algorithm. | |
| void | mapTexture2MeshUV (pcl::TextureMesh &tex_mesh) |
| map texture to a mesh UV mapping | |
The texture mapping algorithm.
Definition at line 53 of file texture_mapping.h.
| pcl::TextureMapping< PointInT >::TextureMapping | ( | ) | [inline] |
Constructor.
Definition at line 57 of file texture_mapping.h.
| pcl::TextureMapping< PointInT >::~TextureMapping | ( | ) | [inline] |
Destructor.
Definition at line 60 of file texture_mapping.h.
| void pcl::TextureMapping< PointInT >::mapTexture2Mesh | ( | pcl::TextureMesh & | tex_mesh | ) |
Map texture to a mesh synthesis algorithm.
| [in] | tex_mesh | texture mesh |
Definition at line 143 of file texture_mapping.hpp.
| void pcl::TextureMapping< PointInT >::mapTexture2MeshUV | ( | pcl::TextureMesh & | tex_mesh | ) |
map texture to a mesh UV mapping
| [in] | tex_mesh | texture mesh |
Definition at line 199 of file texture_mapping.hpp.
| void pcl::TextureMapping< PointInT >::setF | ( | float | f | ) | [inline] |
| void pcl::TextureMapping< PointInT >::setTextureFiles | ( | std::vector< std::string > | tex_files | ) | [inline] |
Set texture files.
| [in] | tex_files | list of texture files |
Definition at line 88 of file texture_mapping.h.
| void pcl::TextureMapping< PointInT >::setTextureMaterials | ( | TexMaterial | tex_material | ) | [inline] |
Set texture materials.
| [in] | tex_material | texture material |
Definition at line 97 of file texture_mapping.h.
| void pcl::TextureMapping< PointInT >::setVectorField | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) | [inline] |
Set vector field.
| [in] | x | data point x |
| [in] | y | data point y |
| [in] | z | data point z |
Definition at line 77 of file texture_mapping.h.
1.8.0