Click or drag to resize
DenseHistogramBackProjectTDepth Method (MatrixTDepth)
http://www.emgu.com
Backproject the histogram into a matrix

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TDepth> BackProject<TDepth>(
	Matrix<TDepth>[] srcs
)
where TDepth : new()

Parameters

srcs
Type: Emgu.CVMatrixTDepth
Source matrices, all are of the same size and type

Type Parameters

TDepth
The type of depth of the matrix

Return Value

Type: MatrixTDepth
Destination back projection matrix of the sametype as the source matrices
See Also