|
NXImageLayerVideoMosaicSetInputTrim Method
|
여백 제거 등을 위해 입력 동영상 프레임 가장자리 잘라내는 영역 크기를 설정한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic void SetInputTrim(
uint left,
uint right,
uint top,
uint bottom
)
Parameters
- left UInt32
- 왼쪽 자르는 크기.
- right UInt32
- 오른쪽 자르는 크기.
- top UInt32
- 위쪽 자르는 크기.
- bottom UInt32
- 아래쪽 자르는 크기.
See Also