Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

PPYoloeDetpredict(Mat) Method

The function takes an input image, preprocesses it, performs inference using a pre-trained model, and returns the image with bounding boxes drawn around detected objects.

Definition

Namespace: OpenVinoSharp.Extensions.model
Assembly: OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public DetResult predict(
	Mat image
)

Parameters

image  Mat

[Missing <param name="image"/> documentation for "M:OpenVinoSharp.Extensions.model.PPYoloeDet.predict(Emgu.CV.Mat)"]

Return Value

DetResult
The method is returning a `Mat` object, which is an image with bounding boxes drawn on it.

See Also