Clear Filters
Clear Filters

how can i convert a checkerboard image to a checker board matrix?

1 view (last 30 days)
hey guys ! may someone help me in this please :) i would like to generate a checker board matrix for a checkerboard image taken by a webcam thank you

Answers (1)

Image Analyst
Image Analyst on 4 Nov 2015
Simple, just have a list of predefined coordinates where the squares are. Then use impixel() to get the RGB values and see if the color is closer to black, white, light brown, or dark brown. Didn't we talk about this before?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!