Click or drag to resize
XDL

XrsCalcStretchedHistogramByCut(UInt64, Double, Double, Double, Double, UInt64) Method

히스토그램, 최소/최대 화소값 데이타를 이용하여 설정된 경계값(cutmin, cutmax)에 대한 Stretched Hsitogram을 생성한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public static bool CalcStretchedHistogramByCut(
	ulong[] hist,
	double min,
	double max,
	double cutmin,
	double cutmax,
	out ulong[] HistStretch
)

Parameters

hist  UInt64
[In] 히스토그램 데이타
min  Double
[In] 최소 화소값
max  Double
[In] 최대 화소값
cutmin  Double
[In] Histogram stretching 적용을 위한 최소값.
cutmax  Double
[In] Histogram stretching적용을 위한 최대값.
HistStretch  UInt64
[Out] Stretched histogram

Return Value

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