* Compile fix, so disabling libmw works again.
This commit is contained in:
6
extern/libmv/libmv-capi_stub.cc
vendored
6
extern/libmv/libmv-capi_stub.cc
vendored
@@ -281,9 +281,9 @@ void libmv_homography2DFromCorrespondencesLinear(double (* /* x1 */)[2], double
|
||||
double H[3][3], double /* expected_precision */)
|
||||
{
|
||||
memset(H, 0, sizeof(H));
|
||||
N[0][0] = 1.0f;
|
||||
N[1][1] = 1.0f;
|
||||
N[02[2] = 1.0f;
|
||||
H[0][0] = 1.0f;
|
||||
H[1][1] = 1.0f;
|
||||
H[2][2] = 1.0f;
|
||||
}
|
||||
|
||||
#endif // ifndef WITH_LIBMV
|
||||
|
Reference in New Issue
Block a user