Public Types | Public Member Functions | Public Attributes
Segmentation::SubStructure::Param< Degree > Struct Template Reference

#include <sub_structures.h>

List of all members.

Public Types

enum  { NUM = FAK(Degree) }
typedef Eigen::Matrix< float,(ROUND_UP_POW2(FAK(Degree))),(ROUND_UP_POW2(FAK(Degree)))> MatrixU
typedef Eigen::Matrix< float,(ROUND_UP_POW2(FAK(Degree))), 1 > VectorU

Public Member Functions

void operator+= (const Param< Degree > &p)
 add leave
void operator= (const Eigen::Vector3f &p)
 init. with point
 Param ()
 mark
float x () const
float y () const
 gets averaged x of current model (center point)
float z () const
 gets averaged y of current model (center point)

Public Attributes

MatrixU model_
 number of parameters for degree
int occopied
 result vector
VectorU z_
 regression data

Detailed Description

template<int Degree>
struct Segmentation::SubStructure::Param< Degree >

leaf of quad-tree contains data for regression of 6 parameters

Definition at line 78 of file sub_structures.h.


Member Typedef Documentation

template<int Degree>
typedef Eigen::Matrix<float, (ROUND_UP_POW2( FAK(Degree) )), (ROUND_UP_POW2( FAK(Degree) ))> Segmentation::SubStructure::Param< Degree >::MatrixU

Definition at line 84 of file sub_structures.h.

template<int Degree>
typedef Eigen::Matrix<float, (ROUND_UP_POW2( FAK(Degree) )), 1> Segmentation::SubStructure::Param< Degree >::VectorU

Definition at line 83 of file sub_structures.h.


Member Enumeration Documentation

template<int Degree>
anonymous enum
Enumerator:
NUM 

Definition at line 87 of file sub_structures.h.


Constructor & Destructor Documentation

template<int Degree>
Segmentation::SubStructure::Param< Degree >::Param ( ) [inline]

mark

constructor, sets everything to 0

Definition at line 97 of file sub_structures.h.


Member Function Documentation

template<int Degree>
void Segmentation::SubStructure::Param< Degree >::operator+= ( const Param< Degree > &  p) [inline]

add leave

Definition at line 127 of file sub_structures.h.

template<int Degree>
void Segmentation::SubStructure::Param< Degree >::operator= ( const Eigen::Vector3f &  p) [inline]

init. with point

Definition at line 103 of file sub_structures.h.

template<int Degree>
float Segmentation::SubStructure::Param< Degree >::x ( ) const [inline]

Definition at line 136 of file sub_structures.h.

template<int Degree>
float Segmentation::SubStructure::Param< Degree >::y ( ) const [inline]

gets averaged x of current model (center point)

Definition at line 137 of file sub_structures.h.

template<int Degree>
float Segmentation::SubStructure::Param< Degree >::z ( ) const [inline]

gets averaged y of current model (center point)

Definition at line 138 of file sub_structures.h.


Member Data Documentation

template<int Degree>
MatrixU Segmentation::SubStructure::Param< Degree >::model_

number of parameters for degree

Definition at line 89 of file sub_structures.h.

template<int Degree>
int Segmentation::SubStructure::Param< Degree >::occopied

result vector

Definition at line 94 of file sub_structures.h.

template<int Degree>
VectorU Segmentation::SubStructure::Param< Degree >::z_

regression data

Definition at line 90 of file sub_structures.h.


The documentation for this struct was generated from the following file:


cob_3d_segmentation
Author(s): Georg Arbeiter
autogenerated on Wed Aug 26 2015 11:03:04