scan_anomalies
Scan images to detect tilted or anomalous components by analyzing overlapping blocks, verifying candidates on the original high-resolution image, and reporting confidence and angle details.
Instructions
自动扫描图片中的异常/歪斜元件:把区域切成带重叠的块逐块定位候选,再从原图高清裁切逐个验证,输出带置信度与角度/丝印的报告。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| region | No | 可选:限定扫描区域 [x1,y1,x2,y2] 像素,默认全图 | |
| target | No | 要找的异常特征描述,默认:摆放歪斜、方向与周边不一致的元件 | |
| verify | No | 是否自动高清验证候选,默认 true | |
| overlap | No | 切块重叠像素,默认 250 | |
| max_tiles | No | 切块数上限(1-12),默认 6 | |
| tile_size | No | 切块边长(像素),默认自动 |