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
Syntaxpublic ObjectDetection[] Detect(
Mat mat
)
Public Function Detect (
mat As Mat
) As ObjectDetection()
public:
array<ObjectDetection>^ Detect(
Mat^ mat
)
member Detect :
mat : Mat -> ObjectDetection[]
Parameters
- mat
- Type: Emgu.CVMat
The image for detection.
Return Value
Type:
ObjectDetectionThe detection result
See Also