#include <sub_structures.h>
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 |
leaf of quad-tree contains data for regression of 6 parameters
Definition at line 78 of file sub_structures.h.
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.
typedef Eigen::Matrix<float, (ROUND_UP_POW2( FAK(Degree) )), 1> Segmentation::SubStructure::Param< Degree >::VectorU |
Definition at line 83 of file sub_structures.h.
anonymous enum |
Definition at line 87 of file sub_structures.h.
Segmentation::SubStructure::Param< Degree >::Param | ( | ) | [inline] |
void Segmentation::SubStructure::Param< Degree >::operator+= | ( | const Param< Degree > & | p | ) | [inline] |
add leave
Definition at line 127 of file sub_structures.h.
void Segmentation::SubStructure::Param< Degree >::operator= | ( | const Eigen::Vector3f & | p | ) | [inline] |
init. with point
Definition at line 103 of file sub_structures.h.
float Segmentation::SubStructure::Param< Degree >::x | ( | ) | const [inline] |
Definition at line 136 of file sub_structures.h.
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.
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.
MatrixU Segmentation::SubStructure::Param< Degree >::model_ |
number of parameters for degree
Definition at line 89 of file sub_structures.h.
int Segmentation::SubStructure::Param< Degree >::occopied |
result vector
Definition at line 94 of file sub_structures.h.
VectorU Segmentation::SubStructure::Param< Degree >::z_ |
regression data
Definition at line 90 of file sub_structures.h.