|
Point Cloud Library (PCL)
1.5.1
|
#include <Eigen/Core>#include <Eigen/Geometry>#include "pcl/common/bivariate_polynomial.h"#include "pcl/common/impl/polynomial_calculations.hpp"
Go to the source code of this file.
Classes | |
| class | pcl::PolynomialCalculationsT< real > |
| This provides some functionality for polynomials, like finding roots or approximating bivariate polynomials. More... | |
| struct | pcl::PolynomialCalculationsT< real >::Parameters |
| Parameters used in this class. More... | |
Namespaces | |
| namespace | pcl |
| Software License Agreement (BSD License) | |
Typedefs | |
| typedef PolynomialCalculationsT < double > | pcl::PolynomialCalculationsd |
| typedef PolynomialCalculationsT< float > | pcl::PolynomialCalculations |
1.8.0