mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix typo Matlab->Meshlab.
Change-Id: If64a1e2bd10637eac8ed74a5c43cfa133c7aa575
This commit is contained in:
@@ -177,7 +177,7 @@ void BALProblem::WriteToFile(const std::string& filename) const {
|
||||
fclose(fptr);
|
||||
}
|
||||
|
||||
// Write the problem to a PLY file for inspection in Matlab or CloudCompare.
|
||||
// Write the problem to a PLY file for inspection in Meshlab or CloudCompare.
|
||||
void BALProblem::WriteToPLYFile(const std::string& filename) const {
|
||||
std::ofstream of(filename.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user