Histogram.Merge Method

Merges two histograms by summation the corresponding entries.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Histogram Merge(
	Histogram h1,
	Histogram h2
)

Parameters

h1

Type: Aurigma.GraphicsMill.Histogram

The first Histogram to merge.
h2

Type: Aurigma.GraphicsMill.Histogram

The second Histogram to merge.

Return Value

A new Histogram containing the result of merging.

Remarks

The Length of input histograms must be the same; otherwise the exception is throw.

See Also

Reference