Click or drag to resize
XDL

NCanvasFileImageEnhanceGetHistogramValue Method

편집영상 영상효과 중 히스토그램 정보를 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NIO
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetHistogramValue(
	ref eCompStretchCoverage coverage,
	ref eCompCutType[] cutType,
	ref eCompStretchType[] stretchType,
	ref double[] cutMin,
	ref double[] cutMax,
	ref byte[] intensity000,
	ref byte[] intensity255
)

Parameters

coverage  eCompStretchCoverage
Histogram Stretch Coverage
cutType  eCompCutType
Histogram Stretching에 사용된 최소/최대값 계산 방법
stretchType  eCompStretchType
Histogram Stretch Type
cutMin  Double
Histogram Stretching에 적용된 최소값
cutMax  Double
Histogram Stretching에 적용된 최대값
intensity000  Byte
Histogram Stretching에 적용된 Intensity 최소값
intensity255  Byte
Histogram Stretching에 적용된 Intensity 최대값
See Also