Ask Your Question

Josh Lam's profile - activity

2015-09-13 05:45:01 -0600 asked a question Opencv is slow using titan x

My titan x is running really slow using opencv. I search in google and some people explaint that it is caused by unsupported gpu architecture sm_52. I would like to ask how to make it supporting sm_52?

Thank you very much

2015-09-12 11:43:20 -0600 asked a question Rotate an image using gpumat in opencv 3.0

I would like to ask how to rotate an image in gpumat format in opencv 3.0?

cuda::rotate can be found in opencv 3.0 document, but i cannot find this function when i use it in vs2012.

Did i forget to include any header file?

Thank you very much.