Click or drag to resize

DpmDetectorDetect Method

http://www.emgu.com
Perform detection on the image

Namespace:  Emgu.CV.Dpm
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public ObjectDetection[] Detect(
	Mat mat
)

Parameters

mat
Type: Emgu.CVMat
The image for detection.

Return Value

Type: ObjectDetection
The detection result
See Also