用Matlab计算一幅二值图像中目标的面积(也就是像素数表示),如何计算?
用Matlab计算一幅二值图像中目标的面积(也就是像素数表示),如何计算?图像是c我用的是bwarea(c)函数,计算出的像素数是1760个但是用 >>[l,num]=bwlabel(c); >>stats=regionprops(l,'Area'); >> A=stats.Area;计算出的是1710个,我想知道为什么两个计算结果不一样呢,差了50个像素呢,
最佳回答
sum(c(:))试一下。我猜结果应该是1710。
你doc bwarea看一下,有下面这些话
total = bwarea(BW)
Description
total = bwarea(BW) estimates
the area of the objects in binary image BW。 total is
a scalar whose value corresponds roughly to the total number of on pixels
in the image, ****but might not be exactly the same because different
patterns of pixels are weighted differently****。
你doc bwarea看一下,有下面这些话
total = bwarea(BW)
Description
total = bwarea(BW) estimates
the area of the objects in binary image BW。 total is
a scalar whose value corresponds roughly to the total number of on pixels
in the image, ****but might not be exactly the same because different
patterns of pixels are weighted differently****。
最新回答共有2条回答
-
2026-04-03 14:47:18隐形的冬天
回复sum(c(:))试一下。我猜结果应该是1710。你doc bwarea看一下,有下面这些话total = bwarea(BW)Descriptiontotal = bwarea(BW) estimatesthe area of the objects in binary image BW。 total isa scalar whose value corresponds roughly to the total number of on pixelsin the image, ****but might not be exactly the same because differentpatterns of pixels are weighted differently****。
热门文章
- 康达学院专转本五年制
- 高考一个考场分ab卷吗
- not only but also用法
- 某物体做自由落体运动,从释放开始计时,则物体在前2s内的平均速度为______m/s,物体下落2m时的速度大小为______m/s.
- 三角函数公式大全表格
- 地理中考必背知识点2022
- 2013-2014学年小学六年级科学上学期期末考试试卷及答案
- 人教版2014-2015学年小学五年级英语第二学期期中教学质量检测试卷及答案
- 【Linux驱动开发】设备树详解(二)设备树语法详解
- 别跟客户扯细节
- 在别的城市买房子能落户吗
- 卖房前要把装修贷还完吗
- 高中政治教学提高教学效果的方法探究
- “互联网+”背景下的初中英语课堂教学改革与创新策略研究
- 2022年终止合同范本
- 租房合同范本范文
- 如何挑选土豆
- 如何挑选土鸡
