OpenCV 4 Computer Vision Application Programming Cookbook(Fourth Edition)
上QQ阅读APP看书,第一时间看更新

See also

  • The There's more... section of the Scanning an image with pointers recipe explains how to create a function with input and output parameters.
  • The Writing efficient image-scanning loops recipe proposes a discussion on the efficiency of this method.

We've successfully learned how to access the pixel value. Now let's move on to the next recipe!