|
XDMBandSetHistogram Method
|
영상 데이터 히스토그램을 설정한다.
영상의 데이터 타입이 Complex 타입일 경우, Complex output type에 해당하는 히스토그램을 설정한다.
Complex output type을 Magnitude로 설정하면 val값은 Histogram에 설정된다.
Complex output type을 Real, Imaginary, Phase중 하나로 설정하면 각 output type에 해당하는 히스토그램을 설정할 수 있다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.1
Syntaxpublic void SetHistogram(
ulong[] val,
eComplexOutType type
)
Parameters
- val UInt64
- 영상 데이터 히스토그램
- type eComplexOutType
- Complex 데이터의 output type
See Also