Ask Your Question

wisatbff's profile - activity

2015-01-09 03:38:41 -0600 received badge  Necromancer (source)
2015-01-08 09:19:04 -0600 received badge  Editor (source)
2015-01-08 08:52:53 -0600 answered a question Accessing slices of a 3d Matrix

EDIT: I'm sorry:(. Using ptr method does not work because OpenCV stores matrix in row-first order. The last dimension gets the highest storage priority. You may slice a cube by manually copying elements or using a container as @StevenPuttemans mentioned.

2015-01-08 08:29:42 -0600 received badge  Supporter (source)