Click or drag to resize
XDL

XMosaicHelperDoRunHistogramMatching Method

2장 영상 모자이크 수행시 히스토그램 매칭을 수행한다.

Namespace:  Pixoneer.NXH.NIP
Assembly:  NXHip (in NXHip.dll) Version: 2.0.3.1
Syntax
C#
public bool DoRunHistogramMatching(
	int idxMng
)

Parameters

idxMng
Type: SystemInt32
MosaicManager 객체 리스트에서 가져올 객체 인덱스.

Return Value

Type: Boolean
성공이면 true, 실패이면 false를 반환한다.
See Also