data type conversion - GpuMat

asked 2014-02-16 23:46:16 -0600

Urvesh gravatar image

updated 2014-02-16 23:48:24 -0600

I have Continuous GpuMat of size (10304,10304) and, of CV_8UC1 format at global memory of device. Now I want to pass that GpuMat to one function which requires a "float array on device". I have no idea what the efficient way is to do that conversion. any suggestion?

edit retag flag offensive close merge delete