Skip to content

Commit

Permalink
Update mono_tum.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmur committed Jan 26, 2016
1 parent 4edc519 commit a69f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Monocular/mono_tum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(int argc, char **argv)
cv::Mat im;
for(int ni=0; ni<nImages; ni++)
{
// Read image and depthmap from file
// Read image from file
im = cv::imread(string(argv[3])+"/"+vstrImageFilenames[ni],CV_LOAD_IMAGE_UNCHANGED);
double tframe = vTimestamps[ni];

Expand Down

0 comments on commit a69f442

Please sign in to comment.