Skip to content

Instantly share code, notes, and snippets.

@hezhao
Created June 25, 2014 23:07
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 hezhao/1127b244da3ea41591bb to your computer and use it in GitHub Desktop.
Save hezhao/1127b244da3ea41591bb to your computer and use it in GitHub Desktop.
Print a checkerboard of 7x11 inner corners with 400px square
I = checkerboard(400,4,6) > 0.5;
imwrite(I, 'check.png');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment