Ask Your Question

riger's profile - activity

2019-11-26 08:47:18 -0600 received badge  Necromancer (source)
2019-06-20 09:52:58 -0600 answered a question [OPENCV GPU] How can I convert GpuMat and Vector<Point2f>

My solution(opencv 3.0+): inline void upload(const vector<cv::Point2f>& vec, cv::cuda::GpuMat& d_mat) {