CvHistogramCopy Method OpenCvSharp Class Library
Makes a copy of the histogram. If the second histogram dst is null, a new histogram of the same size as src is created. Otherwise, both histograms must have equal types and sizes. Then the function copies the source histogram bins values to destination histogram and sets the same bin values ranges as in src.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Copy(
	CvHistogram dst
)

Parameters

dst
Type: OpenCvSharpCvHistogram
Reference to destination histogram.
See Also

Reference