is there any function equivalent to "Mat::at" in oclMat?

asked 2015-08-27 04:54:53 -0600

mithun gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

LBerger gravatar imageLBerger ( 2015-08-27 06:18:58 -0600 )edit