ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is fairly normal pointer arithmetic, usually explained in a second or third computer science/C++ course.

This page explains it fairly well: http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/pointer.html

This is fairly normal pointer arithmetic, usually explained in a second or third computer science/C++ course.

This page explains it fairly well: http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/pointer.html

The OpenCV Mat Documentation describes how to access data in OpenCV images.