is there any function equivalent to "Mat::at" in oclMat?
I need to read the pixel by pixel value of oclMat. Kindly share any sample code if it has to be called in a different way.
I need to read the pixel by pixel value of oclMat. Kindly share any sample code if it has to be called in a different way.
Asked: 2015-08-27 04:54:53 -0600
Seen: 57 times
Last updated: Aug 27 '15
In opencv 3.0 there is no method like at. I think it is similar in 2.4.11. If you want to change or know some values you have to used operator =.
When you want to use opencl I understand that is a big job and result is not only one pixel but entire image