15 #ifndef __PlaneInferredInfo_H 16 #define __PlaneInferredInfo_H 18 #include <mrpt/config.h> 53 bool searchTheFloor(Eigen::Matrix4f &poseSensor,
Plane &plane);
59 bool isPlaneCutbyImage(std::vector<int> &planeIndices,
unsigned &widthSampledImage,
unsigned &heightSampledImage,
unsigned threshold);
63 bool isSurroundingBackground(
Plane &plane, pcl::PointCloud<pcl::PointXYZRGBA>::Ptr &frame, std::vector<int> &planeIndices,
unsigned threshold);
68 void isFullExtent(
Plane &plane,
double newArea);
A class used to store a planar feature (Plane for short).
A class used to infer some semantic meaning to the planes of a PbMap.
PlaneInferredInfo(PbMap &mPbM)
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a Plane-based Map (PbMap).