|
XrsCalcStretchedHistogramByCut(UInt64, Double, Double, Double, Double, UInt64) Method
|
입력한 히스토그램과 통계값에 대비 신장 최소/최대값을 적용해 결과 히스토그램을 생성한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntaxpublic 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] 대비 신장을 위한 화소 최소값.
- cutmax Double
- [In] 대비 신장을 위한 화소 최대값.
- HistStretch UInt64
- [Out] 결과 히스토그램.
Return Value
Boolean 성공이면 true, 실패하면 false
See Also