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

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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