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。

适用于