libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd camera.h


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd camera.h
Date: Mon, 23 Apr 2007 15:50:49 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      07/04/23 15:50:49

Modified files:
        cvd            : camera.h 

Log message:
        removed additional qualifications

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/camera.h?cvsroot=libcvd&r1=1.16&r2=1.17

Patches:
Index: camera.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/camera.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- camera.h    3 Apr 2007 23:58:23 -0000       1.16
+++ camera.h    23 Apr 2007 15:50:49 -0000      1.17
@@ -178,7 +178,7 @@
     inline TooN::Matrix<2,2> get_derivative() const;
     inline TooN::Matrix<2,2> get_derivative(const TooN::Vector<2>& x) const;
 
-    inline TooN::Matrix<2,2> Camera::Quintic::get_inv_derivative() const; 
+    inline TooN::Matrix<2,2> get_inv_derivative() const;
     /// Get the motion of a point with respect to each of the internal camera 
parameters
     inline TooN::Matrix<num_parameters,2> get_parameter_derivs() const ;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]