|
XDMComposite.AddHistPt Method
|
입력 인덱스에 대하여 Piecewise Linear Stretching을 적용하기 위해 경계값 및 Intensity 값을 추가한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void AddHistPt(
int Pos,
byte its,
int Idx
)
Parameters
- Pos Int32
- [In] Position(경계값).
- its Byte
- [In] Intensity.
- Idx Int32
- [In] Composite 인덱스
See Also