From 27a47c65353d433ff70aa5b4f9db0fec1d3a1f4b Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Fri, 13 Nov 2009 06:19:21 +0000 Subject: [PATCH] Constructor now takes Point2 --- cpp/testVSLAMFactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/testVSLAMFactor.cpp b/cpp/testVSLAMFactor.cpp index e3e9768a0..941595a7a 100644 --- a/cpp/testVSLAMFactor.cpp +++ b/cpp/testVSLAMFactor.cpp @@ -28,7 +28,7 @@ Cal3_S2 K(fov,w,h); TEST( VSLAMFactor, error ) { // Create the factor with a measurement that is 3 pixels off in x - Vector z = Vector_(2,323.,240.); + Point2 z(323.,240.); double sigma=1.0; int cameraFrameNumber=1, landmarkNumber=1; boost::shared_ptr