libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd integral_image.h


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd integral_image.h
Date: Wed, 28 Nov 2007 20:01:51 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        07/11/28 20:01:51

Modified files:
        cvd            : integral_image.h 

Log message:
        Fix documentation bug.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/integral_image.h?cvsroot=libcvd&r1=1.1&r2=1.2

Patches:
Index: integral_image.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/integral_image.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- integral_image.h    28 Nov 2007 19:58:04 -0000      1.1
+++ integral_image.h    28 Nov 2007 20:01:51 -0000      1.2
@@ -102,7 +102,7 @@
                /// @param from The source image.
                /// @return The integral image
                /// @ingroup gVision
-               template<class S, class D> Image<D> convert_image(const 
BasicImage<S>& from);
+               template<class S, class D> Image<D> integral_image(const 
BasicImage<S>& from);
 
        #endif
 




reply via email to

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