Changed one CLI message in stitching_detailed.
This commit is contained in:
parent
a869838807
commit
f262f58297
@ -410,7 +410,7 @@ int main(int argc, char* argv[])
|
|||||||
Mat R;
|
Mat R;
|
||||||
cameras[i].R.convertTo(R, CV_32F);
|
cameras[i].R.convertTo(R, CV_32F);
|
||||||
cameras[i].R = R;
|
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);
|
BundleAdjusterReproj adjuster(conf_thresh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user