Class PredictionResultRegion
推論結果領域情報クラス。
Inheritance
PredictionResultRegion
Implements
Inherited Members
Namespace: Menou.Menoute.Runtime.ViewControls
Assembly: Menou.Menoute.Runtime.ViewControls.dll
Syntax
public class PredictionResultRegion : IBoundingBox
Properties
Name | Description |
---|---|
Angle | 回転量。単位 : 度。回転中心は矩形中心とし、時計回りに回転を行う。 |
Color | 表示色。 クラスやタスク名の色を表します。 |
ColorBrush | |
ContentIndexer | コンテンツインデクサ―のproperty |
Description | 領域情報説明。 クラス名やタスク名等、検査結果や、領域情報などを表します。 |
Height | 矩形の高さ。単位 = pixel。 |
InspectionValue | 検査結果。 |
Name | 領域表示名。 クラス名やタスク名等、表示する名前を表します。 |
PredictionTaskResult | タスク推論結果。 |
RegionImage | 領域画像。 |
TaskType | タスク種別。 |
Width | 矩形の幅。単位 = pixel。 |
X | 矩形の左上 X 座標。 基準画像左上を原点とする座標系で表します。 |
Y | 矩形の左上 Y 座標。 基準画像左上を原点とする座標系で表します。 |
Methods
Name | Description |
---|---|
IsContain() | バウンディングボックスのコーナーが画像上に1点でもあるかチェック |