Access Mat elements in a loop in Android

asked 2017-09-30 13:07:45 -0600

cjacquel gravatar image

Hello,

I want to access pixel element of an Opencv Mat in a loop. Mat.at does not exist in Android. I use get and put but it is definitely too slow. Do you have another solution ? Thx, cjacquel

edit retag flag offensive close merge delete

Comments

please try to explain, what your operation is trying to achieve (show your attempt ?). then we can help you to find a better, faster, high-level replacement.

berak gravatar imageberak ( 2017-09-30 13:09:23 -0600 )edit