cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
prosac_registration.hpp File Reference
#include <algorithm>
#include <chrono>
#include <cmath>
#include <random>
#include <vector>
#include <Eigen/Dense>
#include <Eigen/SVD>
#include <cpp-toolbox/cpp-toolbox_export.hpp>
#include <cpp-toolbox/pcl/registration/base_coarse_registration.hpp>
#include <cpp-toolbox/pcl/registration/impl/prosac_registration_impl.hpp>
Include dependency graph for prosac_registration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::pcl::prosac_registration_t< DataType >
 PROSAC (渐进式采样一致性) 粗配准算法 / PROSAC (Progressive Sample Consensus) coarse registration algorithm. More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::pcl