Access Mat elements in a loop in Android
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
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.