Click or drag to resize
XDL

XDMBandNoiseInterpolSetInputParam Method

Noise Interpolation 영상처리를 위한 입력 파라미터를 설정한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool SetInputParam(
	ref XBandParamNoiseInterpol param
)

Parameters

param  XBandParamNoiseInterpol
[In] XBandParamNoiseInterpol 객체.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also