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

Class ScriptParameter

スクリプトに渡すパラメータクラス

Inheritance
System.Object
ScriptParameter
Implements
Menou.VI.Core.Prediction.Image.IScriptParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public class ScriptParameter : IScriptParameter

Constructors

Name Description
ScriptParameter()

コンストラクタ

ScriptParameter(IEnumerable<ITaskOutput>, ScriptParameterOutput, Dictionary<String, String>)

コンストラクタ

Methods

Name Description
AddBlob(String, IBlob)

ブロブの追加

AddLinePair(String, ILinePair)

直線ペア追加

AddLinePair(String, IPointD, IPointD, IPointD, IPointD)

直線ペア追加

AddLinePair(String, IPointPair, IPointPair)

直線ペア追加

AddLinePair(String, Double, Double, Double, Double, Double, Double, Double, Double)

直線ペア追加

AddPointPair(String, IPointD, IPointD)

座標ペア追加

AddPointPair(String, IPointPair)

座標ペア追加

AddPointPair(String, Double, Double, Double, Double)

座標ペア追加

CalculateDistance(IPointD, IPointD)

2点間の距離を計算

CalculateNearestPointOnLine(IPointD, IPointD, IPointD)

直線上の最近傍点を計算

CreateBlob(IPointD, Int32, Int32, IPointD, Nullable<Int32>)

ブロブの生成

CreateBlob(Rectangle, IPointD, Nullable<Int32>)

ブロブの生成

CreateLinePair(IPointPair, IPointPair)

直線ペアの生成

CreatePointD(Double, Double)

座標の生成

CreatePointPair(IPointD, IPointD)

座標ペア生成

GetBlobs(String)

ブロブリストの取得

GetContourOutputs(String)

輪郭出力リストの取得

GetInspectedBlobs(String)

検査設定を通過したブロブリストの取得

GetParameter(String)

パラメータの取得

GetParameterAsNumeric(String)

パラメータの取得

GetPredictionTaskResult(String)

タスクごとの推論結果の取得

UnionBlobs(IReadOnlyList<IBlob>)

ブロブの結合

© Copyright 2021 MENOU Corp.