Ask Your Question

srl37's profile - activity

2017-10-25 14:43:03 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

yes i change the pass according the path of dll files in my computer setenv('LD_LIBRARY_PATH','E:\opencv249\build\x64\v

2017-10-24 12:12:57 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

in the readme file, it is wrote that "If you fail to use DenseTrack.exe, please try to install the followings in your sy

2017-10-24 12:06:07 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

actually, when i used [status cmdout]=system('DenseTrackStab videofile -o outfile') status=-1.0737e+09, and cmdout='',

2017-10-24 11:59:14 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

I used "dependency walker" program, and it shows me these dll files: opencv_calib3d249.dll, opencv_core249.dll, opencv_f

2017-10-24 11:44:13 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

what is (wait, "no output" != "crashed on dlls not found")?, what should i do? I cannot understand this, please give me

2017-10-24 11:37:12 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

I tried " !DenseTrack.exe input_path.avi -o output_path.bin", but, still there is no output

2017-10-24 11:12:37 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

yes, version of opencv should be 2.4.9. Actually, i am using a toolbox https://github.com/pengxj/MatAction which opencv

2017-10-24 10:41:40 -0600 commented question how can I install opencv to run .exe file in MATLAB by system command?

I did it, but yet there is same problem, I think the problem is because of opencv and system( .exe) cannot connect to op

2017-10-24 06:11:31 -0600 asked a question how can I install opencv to run .exe file in MATLAB by system command?

how can I install opencv to run .exe file in MATLAB by system command? I have a "DenseTrack.exe" file in matlab which ne