attributeType
説明
attributeType
列挙値を使用して、次のラベル付けアプリで使用される属性のタイプを指定できます。イメージ ラベラー、ビデオ ラベラー、LIDAR ラベラー (Lidar Toolbox)、およびグラウンド トゥルース ラベラー (Automated Driving Toolbox) (Automated Driving Toolbox™ が必要)。labelDefinitionCreator
オブジェクトまたは labelDefinitionCreatorMultisignal
(Automated Driving Toolbox) オブジェクトを使用してラベル定義を作成するときは、これらの列挙値を使用して特定のタイプの属性を作成します。
作成
構文
説明
attributeType(
は、数値属性タイプの列挙値を作成します。このタイプの属性は、数値のスカラー値です。プログラム用の書式である 'Numeric'
)attributeType.Numeric
を使用することもできます。
attributeType(
は、string 属性タイプの列挙値を作成します。このタイプの属性は、string スカラーです。プログラム用の書式である 'String'
)attributeType.String
を使用することもできます。
attributeType(
は、logical 属性タイプの列挙値を作成します。このタイプの属性は、'Logical'
)true
(logical 1
)、false
(logical 0
)、または空の logical 値です。プログラム用の書式である attributeType.Logical
を使用することもできます。
attributeType(
は、リスト属性タイプの列挙値を作成します。このタイプの属性は、事前定義された文字列のリストです。プログラム用の書式である 'List'
)attributeType.List
を使用することもできます。
attributeType(
は、未定義タイプの列挙値を作成します。プログラム用の書式である 'None'
)attributeType.None
を使用することもできます。
オブジェクト関数
hasValue | Determine if the attribute type is numeric or logical |
例
バージョン履歴
R2018b で導入
参考
アプリ
- イメージ ラベラー | グラウンド トゥルース ラベラー (Automated Driving Toolbox) | ビデオ ラベラー
オブジェクト
labelType
|labelDefinitionCreator
|labelDefinitionCreatorMultisignal
(Automated Driving Toolbox)