Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Last active April 3, 2017 09:53
Show Gist options
  • Save cocodrips/6367244 to your computer and use it in GitHub Desktop.
Save cocodrips/6367244 to your computer and use it in GitHub Desktop.
【OpenCV for Androidメモ】Matに長方形を描画する 最後の引数は線の太さ(-1で塗りつぶし)
Core.rectangle(mat, new Point(mat.size().width/2, 0), new Point(mat.size().width, mat.size().height), new Scalar(0,0,0,255), -1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment