다음을 통해 공유


DetectedFace.FaceBox 속성

정의

SoftwareBitmap 또는 VideoFrame에서 감지된 얼굴이 차지하는 범위를 가져옵니다.

public:
 property BitmapBounds FaceBox { BitmapBounds get(); };
BitmapBounds FaceBox();
public BitmapBounds FaceBox { get; }
var bitmapBounds = detectedFace.faceBox;
Public ReadOnly Property FaceBox As BitmapBounds

속성 값

감지된 얼굴의 범위입니다.

적용 대상