Match features (ORB)
Try it interactively →POST /api/image-match-featuresDetect and match feature points between two images. Robust to rotation, scale, and modest lighting changes. Useful for image alignment and panorama stitching.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Query image bytes. |
| target* | file | — | Train image bytes — the second image to match against. |
| nfeatures | number (50…8000) | 1000 | Max ORB keypoints per image. |
| maxMatches | number (1…1000) | 50 | Cap on returned match pairs. |
Response
Modes: json. Cache: yes (24h TTL).