Click or drag to resize
XDL

XDMBandHDRCPreProcessPlateaueq Method

HdrcType 중 Plateaueq 방법으로 HDRC 를 수행시 전체 영상에 대한 통계치값을 이용하여 전처리를 수행한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool PreProcessPlateaueq(
	XThread thd
)

Parameters

thd  XThread
Thread, thread 다이얼로그가 필요하지 않으면 null 로 설정한다.

Return Value

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