다음을 통해 공유


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까지의 값인 관심 영역의 가중치를 가져오거나 설정합니다.

적용 대상