(where & is used to convert the reference returned by cv::Mat::at() to a pointer).
if you need to process a whole row of matrix, the most efficient way is to get the pointer to the row first, and then just use plain C operator \texttt{[]}:
if you need to process a whole row of matrix, the most efficient way is to get
the pointer to the row first, and then just use plain C operator []: