Measure shapes
Try it interactively →POST /api/image-measureMeasure object sizes in an image. Calibrate with a reference object of known dimensions; the tool returns measurements for everything else in the same units.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image bytes. |
| threshold | number (0…255) | 127 | Binarisation threshold. |
| minArea | number | 100 | Drop shapes whose pixel area is below this. |
Response
Modes: json. Cache: yes (24h TTL).