Copy this histogram to destination

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Copy(
	Histogram destination
)
Visual Basic (Declaration)
Public Sub Copy ( _
	destination As Histogram _
)
Visual C++
public:
void Copy(
	Histogram^ destination
)

Parameters

destination
Type: Emgu.CV..::.Histogram
The histogram to copy to

See Also