gpt4 book ai didi

matlab - 如果图像使用 matlab,则区域周围的最小矩形边界框

转载 作者:太空宇宙 更新时间:2023-11-03 20:28:59 26 4
gpt4 key购买 nike

您好,我正在使用 matlab 并尝试使用边界框选择一个区域。代码如下图

BW=bwconncomp(I1);
STATS = regionprops(BW, 'FilledArea','BoundingBox','Image');

结果如下图

enter image description here

我正在尝试获得如下所示的输出。可能吗?

enter image description here

最佳答案

我在 File Exchange 上找到了这两个用于生成定向边界框的代码:

  • orientedBox David Leglandgeom2d 中:

    OBOX = orientedBox(PTS) Computes the oriented bounding box of a set of points.

  • imOrientedBox Feret 直径和方向盒 也由 David Legland

    OBB = imOrientedBox(IMG) Computes the minimum area oriented bounding box of labels in image IMG.

您可能会从 imOrientedBox 中找到您想要的东西。

关于matlab - 如果图像使用 matlab,则区域周围的最小矩形边界框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29103460/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com