次の方法で共有


RegionOfInterest.Weight プロパティ

定義

対象領域の重みを取得または設定します。

public:
 property unsigned int Weight { unsigned int get(); void set(unsigned int value); };
uint32_t Weight();

void Weight(uint32_t value);
public uint Weight { get; set; }
var uInt32 = regionOfInterest.weight;
regionOfInterest.weight = uInt32;
Public Property Weight As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

0 から 100 の値である対象領域の重みを取得または設定します。

適用対象