20 MRMESH_API
void addPoint(
const Vector3d& point,
double weight = 1.0 );
30 Eigen::Matrix<double, 6, 6> accumA_;
31 Eigen::Matrix<double, 6, 1> accumB_;
Definition MRBestFitQuadric.h:15
MRMESH_API Eigen::Matrix< double, 6, 1 > calcBestCoefficients() const
MRMESH_API void addPoint(const Vector3d &point, double weight=1.0)
Adds point to accumulation with weight.
static MRMESH_API Vector3d findZeroProjection(const Eigen::Matrix< double, 6, 1 > &coefs)
MRMESH_API QuadricApprox()
only for bindings generation
Definition MRCameraOrientationPlugin.h:8