armarx::wykobi Namespace Reference

Namespaces

namespace  ext
 

Classes

struct  Model
 

Typedefs

using Point = ::wykobi::point2d<float>
 
using Polygon = ::wykobi::polygon<float, 2>
 

Functions

pcl::PointXYZ fromWykobi (const wykobi::Point &ptWykobi)
 
Model makeCube (const Eigen::Vector2f &position, const float width)
 
template<typename T = float>
void project (pcl::PointCloud< pcl::PointXYZ > &cloud, wykobi::Polygon polygon)
 

Typedef Documentation

◆ Point

using Point = ::wykobi::point2d<float>

Definition at line 29 of file wykobi_types.h.

◆ Polygon

using Polygon = ::wykobi::polygon<float, 2>

Definition at line 30 of file wykobi_types.h.

Function Documentation

◆ fromWykobi()

pcl::PointXYZ fromWykobi ( const wykobi::Point & ptWykobi)
inline

Definition at line 37 of file wykobi_utils.h.

+ Here is the caller graph for this function:

◆ makeCube()

Model makeCube ( const Eigen::Vector2f & position,
const float width )
inline

Definition at line 39 of file models.h.

+ Here is the caller graph for this function:

◆ project()

template<typename T = float>
void project ( pcl::PointCloud< pcl::PointXYZ > & cloud,
wykobi::Polygon polygon )

Definition at line 50 of file wykobi_utils.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: