Class ResultProperty
マーク認識結果
Inheritance
System.Object
ResultProperty
Implements
SensCord.IBaseProperty
Namespace: TofAr.V0.MarkRecog
Assembly: TofArMarkRecogAssembly.dll
Syntax
[MessagePackObject(false)]
public class ResultProperty : IBaseProperty
Fields
image
入力画像。白黒のARGB32フォーマットとする。
Declaration
[Key("image")]
public Texture2D image
Field Value
Type |
---|
UnityEngine.Texture2D |
levels
マークの認識レベル
Declaration
[Key("levels")]
public float[] levels
Field Value
Type |
---|
System.Single[] |
Implements
SensCord.IBaseProperty