DGtal
1.5.beta
|
#include <DGtal/geometry/surfaces/estimation/PlaneProbingNeighborhood.h>
Data Fields | |
std::array< Index, 3 > | sigma |
std::array< Integer, 3 > | coeffs |
Represents one update step, it contains the pair \( (\sigma, coeffs) \) used to update the current frame.
For a triplet of vectors \( (m_k)_{0 \leq k \leq 2} \), the update is done as follows: \( m_{\sigma[0]} \leftarrow coeffs[0] m_{\sigma[0]} + coeffs[1] m_{\sigma[1]} + coeffs[2] m_{\sigma[2]} \).
Definition at line 97 of file PlaneProbingNeighborhood.h.
std::array<Integer, 3> DGtal::PlaneProbingNeighborhood< TPredicate >::UpdateOperation::coeffs |
Definition at line 100 of file PlaneProbingNeighborhood.h.
std::array<Index, 3> DGtal::PlaneProbingNeighborhood< TPredicate >::UpdateOperation::sigma |
Definition at line 99 of file PlaneProbingNeighborhood.h.