#include <ransac_estimators.h>
Public Member Functions | |
| PlaneFromPoints () | |
| template<class It> | |
| void | estimate (It begin, It end) |
| template<class M> | |
| double | score (const M &m) const |
| template<class M> | |
| bool | isInlier (const M &m, double r) const |
Public Attributes | |
| TooN::Vector< 4 > | plane |
| the plane equation coefficients as homogeneous vector with unit normal, or (0,0,0,1) | |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
|
the plane equation coefficients as homogeneous vector with unit normal, or (0,0,0,1)
|
1.3.9.1