mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
merged the trunk r8704:8716
This commit is contained in:
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
if (status != Stitcher::OK)
|
||||
{
|
||||
cout << "Can't stitch images, error code = " << status << endl;
|
||||
cout << "Can't stitch images, error code = " << int(status) << endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user