|
BitmapToolkit Scol plugin
|
Plane Class Reference
#include <sSlam.h>
Public Member Functions | |
| Plane () | |
| cv::Mat | DetectPlane (cv::Mat campos, std::vector< slamPoint > &vMPs, const int iterations) |
| void | Recompute () |
| Plane () | |
| cv::Mat | DetectPlane (const cv::Mat Tcw, const std::vector< ORB_SLAM2::MapPoint * > &vMPs, const int iterations) |
| void | Recompute () |
| Plane () | |
| cv::Mat | DetectPlane (const cv::Mat Tcw, const std::vector< SD_SLAM::MapPoint * > &vMPs, const int iterations) |
| void | Recompute () |
| Plane () | |
| cv::Mat | DetectPlane (cv::Mat campos, std::vector< slamPoint > &vMPs, const int iterations) |
| void | Recompute () |
Public Attributes | |
| cv::Mat | mNormal |
| cv::Mat | mOrigin |
| float | mRang |
| cv::Mat | mTpw |
| std::vector< slamPoint > | mMvMPs |
| cv::Mat | mMTcw |
| cv::Mat | mXC |
| std::vector< ORB_SLAM2::MapPoint * > | mMvMPs |
| std::vector< SD_SLAM::MapPoint * > | mMvMPs |
Detailed Description
Constructor & Destructor Documentation
◆ Plane() [1/4]
◆ Plane() [2/4]
|
inline |
Definition at line 39 of file sSlam_orb.h.
◆ Plane() [3/4]
|
inline |
Definition at line 39 of file sSlam_sd.h.
◆ Plane() [4/4]
|
inline |
Definition at line 54 of file sSlam_vins.h.
Member Function Documentation
◆ DetectPlane() [1/4]
| cv::Mat Plane::DetectPlane | ( | const cv::Mat | Tcw, |
| const std::vector< ORB_SLAM2::MapPoint * > & | vMPs, | ||
| const int | iterations | ||
| ) |
Definition at line 85 of file sSlam_orb.cpp.
◆ DetectPlane() [2/4]
| cv::Mat Plane::DetectPlane | ( | const cv::Mat | Tcw, |
| const std::vector< SD_SLAM::MapPoint * > & | vMPs, | ||
| const int | iterations | ||
| ) |
Definition at line 62 of file sSlam_sd.cpp.
◆ DetectPlane() [3/4]
| cv::Mat Plane::DetectPlane | ( | cv::Mat | campos, |
| std::vector< slamPoint > & | vMPs, | ||
| const int | iterations | ||
| ) |
◆ DetectPlane() [4/4]
| cv::Mat Plane::DetectPlane | ( | cv::Mat | campos, |
| std::vector< slamPoint > & | vMPs, | ||
| const int | iterations | ||
| ) |
◆ Recompute() [1/4]
◆ Recompute() [2/4]
| void Plane::Recompute | ( | ) |
◆ Recompute() [3/4]
| void Plane::Recompute | ( | ) |
◆ Recompute() [4/4]
| void Plane::Recompute | ( | ) |
Member Data Documentation
◆ mMTcw
◆ mMvMPs [1/3]
◆ mMvMPs [2/3]
| std::vector<ORB_SLAM2::MapPoint*> Plane::mMvMPs |
Definition at line 52 of file sSlam_orb.h.
◆ mMvMPs [3/3]
| std::vector<SD_SLAM::MapPoint*> Plane::mMvMPs |
Definition at line 52 of file sSlam_sd.h.
◆ mNormal
◆ mOrigin
◆ mRang
◆ mTpw
◆ mXC
The documentation for this class was generated from the following files:
- include/sSlam.h
- include/sSlam_orb.h
- include/sSlam_sd.h
- include/sSlam_vins.h
- src/sSlam.cpp
- src/sSlam_orb.cpp
- src/sSlam_sd.cpp
- src/sSlam_vins.cpp
Generated by