Commit f262f582 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Changed one CLI message in stitching_detailed.

parent a8698388
......@@ -410,7 +410,7 @@ int main(int argc, char* argv[])
Mat R;
cameras[i].R.convertTo(R, CV_32F);
cameras[i].R = R;
LOGLN("Initial focal length #" << indices[i]+1 << ": " << cameras[i].focal);
LOGLN("Initial intrinsics #" << indices[i]+1 << ":\n" << cameras[i].K());
}
BundleAdjusterReproj adjuster(conf_thresh);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment