Ask Your Question

Krzych's profile - activity

2014-07-15 08:10:19 -0600 commented question gpu calib3d does not work

The list is too long to paste it here so I have uploaded it to dropbox https://www.dropbox.com/s/xbhpmcu712ct8j7/CUDA%20failed%20tests.txt

I have included HW report from the begining of the test.

2014-07-15 07:45:39 -0600 commented question gpu calib3d does not work

I can post the whole list.

2014-07-15 07:31:35 -0600 commented question gpu calib3d does not work

I did build my own OpenCV. From what I can tell from CMake log it was prepared to use only features from CUDA up to 3.5 (I belive this is my card CUDA version). Also most of the test (more then 25500 of them) did pass successfully and only 370 failed. This suggests CUDA does work, also I have previously used CUDA mysefl with 5.5 toolkit. It does not look like version of the toolkit is the problem.

2014-07-14 18:22:03 -0600 asked a question gpu calib3d does not work

I am trying to use GPU features of OpenCV for stereo vision, but GPU features of calib3d module does not work on my machine. I have run samples for GPU and the great majority of tests passed (circa 25k), but some has failed (about 370). Most of the tests failed because result matrix was empty. So did all calib3d tests. I am using OpenCV 2.4.9 and CUDA 5.5 but my graphic card supports only CUDA 3.0 or 3.5.

Does anybody know what may be the problem?