Method GetInspectedBlobs
GetInspectedBlobs(string, int)
指定した名前のタスクの検査設定の条件を満たしたブロブリストを取得します。 領域検出タスク、異常領域検出タスク、スコアマップ加工タスク、形状抽出タスク時に有効です。
Declaration
public IReadOnlyCollection<IBlob> GetInspectedBlobs(string name, int id = 1)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | 名前 |
| int | id | 検査条件ID 1から連番 |
Returns
| Type | Description |
|---|---|
| IReadOnlyCollection<IBlob> | 検査設定を通過したブロブリスト |