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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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