#include "pbmap-precomp.h"
#include <mrpt/pbmap/Plane.h>
#include <mrpt/pbmap/Miscellaneous.h>
#include <pcl/common/time.h>
#include <pcl/filters/voxel_grid.h>
#include <cassert>
Go to the source code of this file.
Classes | |
struct | mPointHull |
! mPointHull serves to calculate the convex hull of a set of points in 2D, which are defined by its position (x,y) and an identity id More... | |
Functions | |
float | cross (const mPointHull &O, const mPointHull &A, const mPointHull &B) |
Variables | |
float | concentrationThreshold = 0.5 |
float cross | ( | const mPointHull & | O, |
const mPointHull & | A, | ||
const mPointHull & | B | ||
) |
Definition at line 709 of file Plane.cpp.
References mPointHull::x, and mPointHull::y.
Referenced by mrpt::pbmap::Plane::calcConvexHull(), mrpt::pbmap::Plane::calcConvexHullandParams(), mrpt::utils::CCanvas::drawFeatures(), mrpt::utils::CCanvas::drawFeaturesSimple(), ransac3Dplane_degenerate(), and mrpt::math::splitInConvexComponents().
float concentrationThreshold = 0.5 |
Definition at line 581 of file Plane.cpp.
Referenced by mrpt::pbmap::Plane::calcMainColor2().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |