跳到主要内容

咬合图上分割

POST /occlusogram-upper-seg

对上牙弓牙齿模型图像中的单个牙齿进行分割,以进行精确的咬合图边界检测。

咬合图

图像类型: 上牙模型照片 | 标签: Segmentation Upper Arch Occlusogram

请求参数

范围类型必需的描述
PatientID细绳None唯一的患者标识符
TimeStamp细绳None分析会话时间戳
ImageName细绳None图像的完整 URL
DrawContours布尔值None在输出上绘制轮廓轮廓

请求示例

curl -X POST \
https://api.annie-insights.com/api/v2/occlusogram-upper-seg \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"PatientID":"P-001","TimeStamp":"2026-05-24","ImageName":"https://example.com/upper.jpg","DrawContours":true}'

响应样本

{
"Version": "2024.1.0",
"Results": {
"i1_rgt_up": {"missing": false, "points": [[441,195],[441,201],"..."]},
"m1_lft_up": {"missing": true, "points": [0,0]}
},
"OutputImageUrl": "https://annieapistorage.blob.core.windows.net/..."
}