|
XMosaicHelperSetHistogramType Method
|
2장 영상 모자이크 수행시 적용하기 위한 histogram 매칭방식을 설정한다.
Namespace: Pixoneer.NXDL.NRSEXAssembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntaxpublic bool SetHistogramType(
int idxMng,
eMosaicHisto type
)
Parameters
- idxMng Int32
- MosaicManager 객체 리스트에서 가져올 객체 인덱스.
- type eMosaicHisto
- histogram 매칭방식
Return Value
Boolean 성공이면 true, 실패이면 false를 반환한다.
See Also