Click or drag to resize

DenseHistogramBackProjectTDepth Method (MatrixTDepth)

http://www.emgu.com
Backproject the histogram into a matrix

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