#include <pointcloudmapping.h>
Definition at line 35 of file pointcloudmapping.h.
| PointCloudMapping::PointCloudMapping |
( |
double |
resolution_ | ) |
|
| PointCloud::Ptr PointCloudMapping::generatePointCloud |
( |
KeyFrame * |
kf, |
|
|
cv::Mat & |
color, |
|
|
cv::Mat & |
depth |
|
) |
| |
|
protected |
| int32_t PointCloudMapping::GetPointCloudDataCacheIndex |
( |
| ) |
|
| mutex* PointCloudMapping::GetPointCloudMutex |
( |
| ) |
|
| PointCloud::Ptr PointCloudMapping::GetPointCloudPtr |
( |
| ) |
|
| bool* PointCloudMapping::GetPointCloudState |
( |
| ) |
|
| mutex* PointCloudMapping::GetPointCloudStateMutex |
( |
| ) |
|
| void PointCloudMapping::insertKeyFrame |
( |
KeyFrame * |
kf, |
|
|
cv::Mat & |
color, |
|
|
cv::Mat & |
depth |
|
) |
| |
| void PointCloudMapping::shutdown |
( |
| ) |
|
| void PointCloudMapping::viewer |
( |
| ) |
|
| bool PointCloudMapping::bIsPointCloudGenerated = false |
|
protected |
| vector<cv::Mat> PointCloudMapping::colorImgs |
|
protected |
| vector<cv::Mat> PointCloudMapping::depthImgs |
|
protected |
| PointCloud::Ptr PointCloudMapping::globalMap |
|
protected |
| PointCloud::Ptr PointCloudMapping::globalMapBack |
|
protected |
| mutex PointCloudMapping::globalMapMutex |
|
protected |
| int PointCloudMapping::globalMapState |
|
protected |
| mutex PointCloudMapping::globalMapStateMutex |
|
protected |
| mutex PointCloudMapping::keyframeMutex |
|
protected |
| vector<KeyFrame*> PointCloudMapping::keyframes |
|
protected |
| condition_variable PointCloudMapping::keyFrameUpdated |
|
protected |
| mutex PointCloudMapping::keyFrameUpdateMutex |
|
protected |
| uint16_t PointCloudMapping::lastKeyframeSize =0 |
|
protected |
| int32_t PointCloudMapping::miDataCacheIndex |
|
private |
| double PointCloudMapping::resolution = 0.05 |
|
protected |
| bool PointCloudMapping::shutDownFlag =false |
|
protected |
| mutex PointCloudMapping::shutDownMutex |
|
protected |
| shared_ptr<thread> PointCloudMapping::viewerThread |
|
protected |
| pcl::VoxelGrid<PointT> PointCloudMapping::voxel |
|
protected |
The documentation for this class was generated from the following file: