Click or drag to resize

DenseHistogramBackProjectTDepth Method (ImageGray, TDepth)

http://www.emgu.com
Backproject the histogram into a gray scale image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<Gray, TDepth> BackProject<TDepth>(
	Image<Gray, TDepth>[] srcs
)
where TDepth : new()

Parameters

srcs
Type: Emgu.CVImageGray, TDepth
Source images, all are of the same size and type

Type Parameters

TDepth
The type of depth of the image

Return Value

Type: ImageGray, TDepth
Destination back projection image of the same type as the source images
See Also