Microsoft Azure认知服务手写检测边界框参数 [英] Microsoft Azure Cognitive Services Handwriting Detection Bounding Box Parameters

查看:75
本文介绍了Microsoft Azure认知服务手写检测边界框参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当前正在使用 Microsoft Azure认知服务手写检测API .API为边界框返回一组值:

I am currently using Microsoft Azure Cognitive Services Handwriting Detection API. The API returns a set of values for the bounding box:

{
    "boundingBox": [
      2,
      52,
      65,
      46,
      69,
      89,
      7,
      95
    ],
    "text": "dog",
    .
    .
    .

我想理解这8个参数.它们的意义是什么,它们反映了什么?我试图在Microsoft API的文档中找到有关它们的努力.,但没有用.请帮助我理解这些参数的含义或将我链接到可以消除此疑问的某个地方.如果您需要更多信息,也请告诉我.

I would like to make sense of these 8 parameters. What is their significance and what do they reflect? I tried hard finding about them in Microsoft API's documentation, but of no use. Kindly help me understand what these parameters mean or link me to some place where this doubt can be cleared. Also let me know if you need any more information.

推荐答案

根据

According to this, the API returns the four corners of the box in X,Y coordinates. So:

X左上,Y左上,X右上,Y右上,X右下,Y右下,X左下,Y左下

X top left, Y top left, X top right, Y top right, X bottom right, Y bottom right, X bottom left, Y bottom left

这篇关于Microsoft Azure认知服务手写检测边界框参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆