Will putText,circle,line,rectangle for cv::cuda::GpuMat be implement?
Will putText,circle,line,rectangle for cv::cuda::GpuMat be implement?
probably never. those operations need per-pixel (random) access, which cannot be done effectively on a gpu
Asked: 2018-05-02 08:54:19 -0600
Seen: 2,476 times
Last updated: May 02 '18
function for detecting proximity of points
[OpenCV4Android] modifying frame(puttext, rectangle ... etc) not working on onCameraFrame
The maximum circle or rectangle inside the blob!
GpuMat submatrix out of GpuMat object?
Bilinear sampling from a GpuMat
I need a maxEnclosingCircle function