cuda::stereobm occurs gpu api call(invalid configuration argument)

asked 2017-08-02 08:58:23 -0600

ubuntu14.04+cuda7.5+opencv3.2

when I use the opencv cuda::stereobm to my original cuda code ,it occurs the problem.if I only use the cuda::stereobm ,it works well.And i add it to my code(cuda) ,it work only the first image,then the problem occurs.

edit retag flag offensive close merge delete

Comments

i met the similar error with u. when i run opencv sample/gpu/stereo_match.cpp, it works on my gpu device 0.but when i type same code in my project file, it doesn't work. and got the same error tips with u.

gxsheen gravatar imagegxsheen ( 2018-05-11 01:45:05 -0600 )edit