1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fixed bugs in cloud collection and added test

This commit is contained in:
Anatoly Baksheev
2014-01-01 20:51:04 +04:00
parent cb58061649
commit 70a81db567
5 changed files with 69 additions and 208 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ namespace cv
Mat polygons;
//! Loads mesh from a given ply file
static Mesh3d loadMesh(const String& file);
static Mesh3d load(const String& file);
};
class CV_EXPORTS Camera