Skip to content

Instantly share code, notes, and snippets.

@huhuang03
Last active July 29, 2020 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huhuang03/25082b96e1e037719348a624290eef2c to your computer and use it in GitHub Desktop.
Save huhuang03/25082b96e1e037719348a624290eef2c to your computer and use it in GitHub Desktop.
open use opencv snipt
cv::Mat_<cv::Vec3b>::iterrator it = image.begin<cv::Vec3b>();
cv::Mat_<cv::Vec3b>::const_iterrator it = image.begin<cv::Vec3b>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment