libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd image_interpolate.h


From: Georg Klein
Subject: [libcvd-members] libcvd/cvd image_interpolate.h
Date: Mon, 19 Mar 2007 16:52:43 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Georg Klein <georgklein>        07/03/19 16:52:42

Modified files:
        cvd            : image_interpolate.h 

Log message:
        Documentation fix wrt template params

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

Patches:
Index: image_interpolate.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/image_interpolate.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- image_interpolate.h 17 Jan 2007 03:03:35 -0000      1.15
+++ image_interpolate.h 19 Mar 2007 16:52:42 -0000      1.16
@@ -66,7 +66,7 @@
                  public:
                        ///Construct the class.
                        ///@param i The image to be interpolated.
-                       image_interpolate(const BasicImage<byte>& i);
+                       image_interpolate(const BasicImage<P>& i);
 
                        ///Is this pixel inside the image?
                        ///@param pos The coordinate to test.
@@ -75,7 +75,7 @@
                        ///Access the pixel at pos, with interpolation.
                        ///Bounds checking is the same as for CVD::Image.
                        ///@param pos The pixel to access
-                       P operator[](const TooN::Vector<2>& pos);
+                       float_type operator[](const TooN::Vector<2>& pos);
 
                        ///Return the minimum value for which in_image returns 
true.
                        TooN::Vector<2> min();




reply via email to

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