Tango: improved optimized texture colors

This commit is contained in:
matlabbe
2017-04-09 20:00:23 -04:00
parent f1d96a30a4
commit 98a96a897b
5 changed files with 285 additions and 15 deletions

View File

@@ -145,7 +145,9 @@ class RTABMapApp : public UEventsHandler {
void resetMapping();
void save(const std::string & databasePath);
cv::Mat mergeTextures(pcl::TextureMesh & mesh, int textureSize) const;
cv::Mat mergeTextures(pcl::TextureMesh & mesh,
int textureSize,
const std::vector<std::map<int, pcl::PointXY> > & vertexToPixels) const;
void cancelProcessing();
bool exportMesh(
const std::string & filePath,