IYolov8ObbModelPredict(Object) 方法
Predicts objects in input image and returns oriented bounding box results
预测输入图像中的目标并返回旋转框结果
命名空间: DeploySharp.Model程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public ObbResult[] Predict(
Object img
)
- img Object
- Input image in OpenCV Mat format/OpenCV Mat格式的输入图像
ObbResultArray of OBB detection results/旋转框检测结果数组