Ask Your Question

jshtok's profile - activity

2015-05-06 04:32:22 -0600 received badge  Supporter (source)
2015-04-28 01:33:01 -0600 commented answer What is the most effective way to access cv::Mat elements in a loop?

Using img.step for the stepsize did not work for me with a float-type matrix (openCV type CV_32FC1). I used img.cols instead and everything worked fine.