This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
您好,专家,
他们发现 OCL_FeaturesToTrack()和 gftt.cl 中的函数之间的 args 存在差异。
在 OCL_goodFeaturesToTrack()中,maxEigenVal 的 args 为
k.args (eigarg、eIG.cols、(int) eIG.total ()、dbarg);
但在 gftt.cl 中的 maxEigenVal()中、arg 是
(__global const uchar * srcptr、int src_step、int src_offset、int cols、int total、__global uchar * dstptr)
那么、eigarg 和全局 const uchar * srcptr、int src_step、int src_offset 之间的关系是什么?
谢谢!
David、
感谢您的支持!
尊敬的 David:
客户最近提出一个问题:由于 OpenCV 使用数据结构"UMat"和 OpenCL 使用数据结构"Buffer"进行日期传输,由于客户使用 OptionB,是否有任何函数()可以将"UMat"传输到"Buffer"与以下函数类似:
void cv::OCL:::convertFromBuffer ( void * cl_mem_buffer、 size_t step、 int rows、 int cols、 int type、 UMat 和 DST )
谢谢!