MENOU SDK MENOU SDK
MENOU SDK MENOU SDK
MENOUフォーラム

Interface IBlob

領域検出タスクにおける個々の検出領域の情報を表します。

Inherited Members
IBoundingBox.X
IBoundingBox.Y
IBoundingBox.Width
IBoundingBox.Height
IBoundingBox.Angle
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IBlob : IBoundingBox

Properties

Name Description
Area

検出領域の面積(全体のピクセル数)。

Center

検出領域の中心座標。 基準画像左上を原点とする座標系で表します。

Centroid

検出領域の重心座標。 基準画像左上を原点とする座標系で表します。

Rect

検出領域全体が入る矩形。 基準画像左上を原点とする座標系で表します。

Methods

Name Description
Contains(IBlob)

自身の領域に対象ブロブの領域が全て含まれるかを返します。

Equals(IBlob)

対象ブロブと同一ブロブであるかを返します。

© Copyright 2021 MENOU Corp.