|
XROICalcStatistics Method
|
입력되는 Band의 리스트에 해당하는 통계치를 계산한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool CalcStatistics(
ArrayList bands,
XThread thd
)
Parameters
- bands ArrayList
- 영상 밴드 리스트.
- thd XThread
- XThread 객체.
Return Value
Boolean 통계치 계산이 성공하면 true, 그렇지 않으면 false를 리턴.
See Also