| 
    DGtal 1.4.0
    
   | 
 
#include <DGtal/geometry/surfaces/estimation/PlaneProbingNeighborhood.h>
Data Fields | |
| std::array< int, 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 96 of file PlaneProbingNeighborhood.h.
| std::array<Integer, 3> DGtal::PlaneProbingNeighborhood< TPredicate >::UpdateOperation::coeffs | 
Definition at line 99 of file PlaneProbingNeighborhood.h.
| std::array<int, 3> DGtal::PlaneProbingNeighborhood< TPredicate >::UpdateOperation::sigma | 
Definition at line 98 of file PlaneProbingNeighborhood.h.