[This is preliminary documentation and is subject to change.]

Project the images to the histogram bins

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

Syntax

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

Parameters

imgs
array< 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