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)
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