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.
Namespace: OpenVinoSharp.Extensions.modelAssembly: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public DetResult predict(
Mat image
)
- image Mat
[Missing <param name="image"/> documentation for "M:OpenVinoSharp.Extensions.model.PPYoloeDet.predict(OpenCvSharp.Mat)"]
DetResult
The method is returning a `Mat` object, which is an image with bounding boxes drawn on it.