Go to the source code of this file.
 | 
|    | mrpt | 
|   | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
  | 
|   | 
|    | mrpt::math | 
|   | This base provides a set of functions for maths stuff. 
  | 
|   | 
◆ EXPLICIT_INST_ransac_detect_3D_planes
      
        
          | #define EXPLICIT_INST_ransac_detect_3D_planes | 
          ( | 
            | 
          _TYPE_ | ) | 
           | 
        
      
 
Value:template void BASE_IMPEXP mrpt::math::ransac_detect_3D_planes<_TYPE_>( \
         const Eigen::Matrix<_TYPE_,Eigen::Dynamic,1>  &
x, \
        const Eigen::Matrix<_TYPE_,Eigen::Dynamic,1>  &
y, \
        const Eigen::Matrix<_TYPE_,Eigen::Dynamic,1>  &
z, \
        vector<pair<size_t,TPlane> >   &out_detected_planes, \
        const double           threshold, \
        const size_t           min_inliers_for_valid_plane);
 
Definition at line 182 of file ransac_applications.cpp.
 
 
◆ EXPLICIT_INSTANT_ransac_detect_2D_lines
      
        
          | #define EXPLICIT_INSTANT_ransac_detect_2D_lines | 
          ( | 
            | 
          _TYPE_ | ) | 
           | 
        
      
 
Value:template void BASE_IMPEXP mrpt::math::ransac_detect_2D_lines<_TYPE_>( \
                 const Eigen::Matrix<_TYPE_,Eigen::Dynamic,1>  &
x, \
                const Eigen::Matrix<_TYPE_,Eigen::Dynamic,1>  &
y, \
                std::vector<std::pair<size_t,TLine2D> >   &out_detected_lines, \
                const double           threshold, \
                const size_t           min_inliers_for_valid_line );  \
 
Definition at line 355 of file ransac_applications.cpp.
 
 
◆ EXPLICIT_INST_ransac_detect_3D_planes()
      
        
          | EXPLICIT_INST_ransac_detect_3D_planes  | 
          ( | 
          float  | 
           | ) | 
           |