 | XDMBandRiverDetectDetect Method |
특정 레벨로 영상을 읽어 수역 탐지를 위한 통계 계산 및 region 계산을 수행한다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic bool Detect(
int nLevel,
XThread thd
)
Parameters
- nLevel
- Type: SystemInt32
[In] 영상 로딩 레벨 - thd
- Type: Pixoneer.NXDLXThread
[In] 쓰레드
Return Value
Type:
Boolean 특정 레벨로 영상을 읽어 영역 라벨링 후 영역 특징 정의가 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also