Is there anyway of accessing the pixel value at a given coordinate in a UMat image without copying the entire image back to a Mat ?
ie from C++ not in an OpenCL kernel
1 | initial version |
Is there anyway of accessing the pixel value at a given coordinate in a UMat image without copying the entire image back to a Mat ?
ie from C++ not in an OpenCL kernel