images

Calculate Homography

Calculate homography matrix from image points to real-world points.

Args: request: HomographyRequest containing: - image_points: List of [x, y] coordinates in image space - real_world_points: List of [x, y] coordinates in real-world space

Returns: HomographyResponse with the 3x3 homography matrix

post/images/calculate-homography

Request body

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.