Point Cloud Library (PCL)
1.3.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 |
This provides some functionality for polynomials, like finding roots or approximating bivariate polynomials. More... | |
struct | pcl::PolynomialCalculationsT::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 |