2017-01-24 11:32:55 -0600 | received badge | ● Editor (source) |
2017-01-24 11:31:14 -0600 | asked a question | How to replace argc and argv to execute in visual studio 2015?? I am using opencv 3.1 under windows 10 OS 64 bit, Visual studios 2015 in the debug mode 64 i am getting an error "The program '[20572] learning.exe' has exited with code -1073741510 (0xc000013a)." where here learning.exe is the name of my project. I understnad that i m getting this error due to return of -1 from the function parseCmdArgs(int argc, char** argv). I also understand that argc takes argument or the file name say "stitching.cpp" and "argv" takes in the img in linux compiler when executing the command but my question is how to i alter it so that i can get the result of stitched image. Here is my code which is given in OPENCV samples section Here is the debug list VIDEOINPUT LIBRARY - 0.1995 - TFW07 The thread 0x2af4 has exited with code -1 (0xffffffff). The thread 0x5138 has exited with code -1 (0xffffffff). The thread 0xd8 has exited with code -1 (0xffffffff). The program '[23492] learning.exe' has exited with code -1 (0xffffffff). Build was succeded |
2017-01-24 09:01:48 -0600 | commented answer | Problem when stitching images using stitcher module Can you tell me which version of opencv have you used?? |