Backproject the histogram into an gray scale image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Image<Gray, TDepth> BackProject<TDepth>( Image<Gray, TDepth>[] srcs ) where TDepth : struct, new() |
Visual Basic (Declaration) |
---|
Public Function BackProject(Of TDepth As {Structure, New}) ( _ srcs As Image(Of Gray, TDepth)() _ ) As Image(Of Gray, TDepth) |
Visual C++ |
---|
public: generic<typename TDepth> where TDepth : value class, gcnew() Image<Gray, TDepth>^ BackProject( array<Image<Gray, TDepth>^>^ srcs ) |
Parameters
- srcs
- Type: array<
Emgu.CV..::.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}[])"]