You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully compiled this program in VS2017 platform, but there is an error in the running process(details in issues 5).
I want to debug it, how to modify the open file location parameter to make the process run. Obviously, there is no output when I click debug without an input image.
The text was updated successfully, but these errors were encountered:
You can:
in file main.cpp,annotate the following things:
1、line 15:the parameter list of function main:int argc, const char * argv[];
2、line 18:cout << "[#Images : " << argc - 1 << "]" << endl;
3、line 22:cout << "i = " << i << ", [Images : " << ......;
change the following:
1、line 21: argc to 2;
2、line 23 the first parameter of MultiImages multi_images , change it to the name of the folder you want to test.
the inside files of the folder can be referenced in #2 .
enjoy^_^
I have successfully compiled this program in VS2017 platform, but there is an error in the running process(details in issues 5).
I want to debug it, how to modify the open file location parameter to make the process run. Obviously, there is no output when I click debug without an input image.
The text was updated successfully, but these errors were encountered: