Last active
April 3, 2017 09:53
-
-
Save cocodrips/6367244 to your computer and use it in GitHub Desktop.
【OpenCV for Androidメモ】Matに長方形を描画する 最後の引数は線の太さ(-1で塗りつぶし)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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