Blender
V4.3
intern
libmv
intern
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
9
extern
"C"
{
10
#endif
11
12
void
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_
libmv_homography2DFromCorrespondencesEuc
void libmv_homography2DFromCorrespondencesEuc(double(*x1)[2], double(*x2)[2], int num_points, double H[3][3])
Definition
intern/homography.cc:10
H
#define H(x, y, z)
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0