Blender V4.3
intern/homography.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#ifndef LIBMV_C_API_HOMOGRAPHY_H_
6#define LIBMV_C_API_HOMOGRAPHY_H_
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12void libmv_homography2DFromCorrespondencesEuc(/* const */ double (*x1)[2],
13 /* const */ double (*x2)[2],
14 int num_points,
15 double H[3][3]);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif // LIBMV_C_API_HOMOGRAPHY_H_
void libmv_homography2DFromCorrespondencesEuc(double(*x1)[2], double(*x2)[2], int num_points, double H[3][3])
#define H(x, y, z)