如何在 MATLAB 中计算棋盘图像中的多边形面积?
请指导我用 MATLAB 编写程序。
我有一个棋盘图像。棋盘上的每个方格都给出了一个数字(索引号)。
在此图像上绘制了一系列平行线。
如何计算棋盘上平行线内每个正方形的面积?
Please guide me to write the program in MATLAB.
I have a checkerboard image. Each square of the chess board has given a number (index number).
On this image, a series of parallel lines are drawn.
How do I calculate the area of each square of the chess board that is located within the parallel lines?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯..你是什么意思多边形?它们都是正方形。
无论如何,代码是:
Well.. What do you mean polygons? They are all squares.
Anyhow, the code is :