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

Backproject the histogram into an gray scale image

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 Image<Gray, TDepth> BackProject<TDepth>(
	Image<Gray, TDepth>[] srcs
)
where TDepth : struct, new()
Public Function BackProject(Of TDepth As {Structure, New}) ( _
	srcs As Image(Of Gray, TDepth)() _
) As Image(Of Gray, TDepth)
public:
generic<typename TDepth>
where TDepth : value class, gcnew()
Image<Gray, TDepth>^ BackProject(
	array<Image<Gray, TDepth>^>^ srcs
)

Parameters

srcs
array< Image<(Of <(Gray, TDepth>)>) >[]()[]

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

Type Parameters

TDepth

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

Return Value

[Missing <returns> documentation for "M:Emgu.CV.Histogram.BackProject``1(Emgu.CV.Image{Emgu.CV.Structure.Gray,``0}[])"]

See Also