CameraIntrinsics.ImageHeight 속성

정의

카메라의 이미지 높이를 픽셀 단위로 가져옵니다.

public:
 property unsigned int ImageHeight { unsigned int get(); };
uint32_t ImageHeight();
public uint ImageHeight { get; }
var uInt32 = cameraIntrinsics.imageHeight;
Public ReadOnly Property ImageHeight As UInteger

속성 값

UInt32

unsigned int

uint32_t

카메라의 이미지 높이(픽셀)입니다.

적용 대상