Interface ISegmentationInspectionItemCondition
領域検出タスク検査項目条件を表します。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ISegmentationInspectionItemCondition : ITaskInspectionItemCondition
Properties
Name | Description |
---|---|
Area | 面積。単位=pixel。 |
AreaOperator | 面積比較演算子。 面積による比較が無効な場合(比較を行わない場合) null が設定されます。 |
Count | 該当領域数。 |
CountOperator | 該当領域数比較演算子。 |
Height | 高さ。単位=pixel。 |
HeightOperator | 高さ比較演算子。 |
LowerThreshold | 下側閾値。0.0 - 1.0 の範囲で表します。 |
LowerThresholdOperator | 下側閾値比較演算子。 下側閾値による比較が無効な場合(比較を行わない場合) null が設定されます。 |
TotalArea | 総面積。単位=pixel。 |
TotalAreaOperator | 総面積比較演算子。 |
UpperThreshold | 上側閾値。0.0 - 1.0 の範囲で表します。 |
UpperThresholdOperator | 上側閾値比較演算子。 上側閾値による比較が無効な場合(比較を行わない場合) null が設定されます。 |
Width | 幅。単位=pixel。 |
WidthOperator | 幅比較演算子。 |