mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Tango: added multi-texturing support (#189)
This commit is contained in:
@@ -146,8 +146,9 @@ class RTABMapApp : public UEventsHandler {
|
||||
|
||||
void resetMapping();
|
||||
void save(const std::string & databasePath);
|
||||
cv::Mat mergeTextures(pcl::TextureMesh & mesh,
|
||||
std::vector<cv::Mat> mergeTextures(pcl::TextureMesh & mesh,
|
||||
int textureSize,
|
||||
int textureCount,
|
||||
const std::vector<std::map<int, pcl::PointXY> > & vertexToPixels) const;
|
||||
void cancelProcessing();
|
||||
bool exportMesh(
|
||||
@@ -156,6 +157,7 @@ class RTABMapApp : public UEventsHandler {
|
||||
bool regenerateCloud,
|
||||
bool meshing,
|
||||
int textureSize,
|
||||
int textureCount,
|
||||
int normalK,
|
||||
bool optimized,
|
||||
float optimizedVoxelSize,
|
||||
|
||||
Reference in New Issue
Block a user