Project the images to the histogram bins

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

Syntax

C#
public void Accumulate<TDepth>(
	Image<Gray, TDepth>[] imgs
)
where TDepth : struct, new()
Visual Basic (Declaration)
Public Sub Accumulate(Of TDepth As {Structure, New}) ( _
	imgs As Image(Of Gray, TDepth)() _
)
Visual C++
public:
generic<typename TDepth>
where TDepth : value class, gcnew()
void Accumulate(
	array<Image<Gray, TDepth>^>^ imgs
)

Parameters

imgs
Type: array< Emgu.CV..::.Image<(Of <(Gray, TDepth>)>) >[]()[]
image to project

Type Parameters

TDepth

[Missing <typeparam name="TDepth"/> documentation for "M:Emgu.CV.Histogram.Accumulate``1(Emgu.CV.Image{Emgu.CV.Structure.Gray,``0}[])"]

See Also