mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 01:47:12 +08:00
Update load_point_cloud.cpp
This commit is contained in:
parent
07d519fe88
commit
dc1f7ea5cb
@ -78,6 +78,7 @@ void loadPointCloud(const String &filename, OutputArray vertices, OutputArray no
|
||||
CV_UNUSED(filename);
|
||||
CV_UNUSED(vertices);
|
||||
CV_UNUSED(normals);
|
||||
CV_UNUSED(rgb);
|
||||
CV_LOG_WARNING(NULL, "File system support is disabled in this OpenCV build!");
|
||||
#endif
|
||||
}
|
||||
@ -116,6 +117,7 @@ void savePointCloud(const String &filename, InputArray vertices, InputArray norm
|
||||
CV_UNUSED(filename);
|
||||
CV_UNUSED(vertices);
|
||||
CV_UNUSED(normals);
|
||||
CV_UNUSED(rgb);
|
||||
CV_LOG_WARNING(NULL, "File system support is disabled in this OpenCV build!");
|
||||
#endif
|
||||
}
|
||||
@ -243,6 +245,7 @@ void loadMesh(const String &filename, OutputArray vertices, OutputArrayOfArrays
|
||||
CV_UNUSED(normals);
|
||||
CV_UNUSED(colors);
|
||||
CV_UNUSED(indices);
|
||||
CV_UNUSED(texCoords);
|
||||
CV_LOG_WARNING(NULL, "File system support is disabled in this OpenCV build!");
|
||||
#endif
|
||||
}
|
||||
@ -328,6 +331,7 @@ void saveMesh(const String &filename, InputArray vertices, InputArrayOfArrays in
|
||||
CV_UNUSED(colors);
|
||||
CV_UNUSED(normals);
|
||||
CV_UNUSED(indices);
|
||||
CV_UNUSED(texCoords);
|
||||
CV_LOG_WARNING(NULL, "File system support is disabled in this OpenCV build!");
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user