 | XROIGetHistogram Method |
Band Index의 영상 밴드에 대한 ROI 영역 내 히스토그램 값을 얻는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic long GetHistogram(
int nBandIdx,
int nIndex
)
Parameters
- nBandIdx
- Type: SystemInt32
Band Index. - nIndex
- Type: SystemInt32
Histogram Index.
Return Value
Type:
Int64 ROI 영역의 히스토그램 값.
See Also