Click or drag to resize

DpmDetectorDetect Method

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

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

Parameters

mat
Type: Emgu.CVMat
The image for detection.

Return Value

Type: ObjectDetection
The detection result
See Also