libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd cvd/image.h doc/tutorial.h make/log_to_c...


From: Edward Rosten
Subject: [libcvd-members] libcvd cvd/image.h doc/tutorial.h make/log_to_c...
Date: Tue, 29 Jan 2008 16:37:17 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        08/01/29 16:37:17

Modified files:
        cvd            : image.h 
        doc            : tutorial.h 
        make           : log_to_changelog.awk 

Log message:
        Minor cosmetic/typographic fixes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/image.h?cvsroot=libcvd&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/libcvd/doc/tutorial.h?cvsroot=libcvd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/libcvd/make/log_to_changelog.awk?cvsroot=libcvd&r1=1.1&r2=1.2

Patches:
Index: cvd/image.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/image.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- cvd/image.h 23 Jul 2007 22:38:05 -0000      1.35
+++ cvd/image.h 29 Jan 2008 16:37:16 -0000      1.36
@@ -251,7 +251,7 @@
 };
 
 
-/// A generic image class to manage a block of srbitrarily padded data as an 
image. Provides
+/// A generic image class to manage a block of arbitrarily padded data as an 
image. Provides
 /// basic image access such as accessing a particular pixel co-ordinate. 
 /// @param T The pixel type for this image. Typically either
 /// <code>CVD::byte</code> or <code>CVD::Rgb<CVD::byte> ></code> are used,

Index: doc/tutorial.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/doc/tutorial.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/tutorial.h      13 Oct 2006 17:51:15 -0000      1.1
+++ doc/tutorial.h      29 Jan 2008 16:37:17 -0000      1.2
@@ -132,8 +132,8 @@
   pos.x = 0;
   pos.y = in.size().y / 2;
        
-  cout << "Pixel at x=10, y=3 = " << i[3][10] << endl;
-  cout << "Pixel at x=0, and half way down = " << i[pos] << endl;
+  cout << "Pixel at x=10, y=3 = " << in[3][10] << endl;
+  cout << "Pixel at x=0, and half way down = " << in[pos] << endl;
   
   return 0;
 }

Index: make/log_to_changelog.awk
===================================================================
RCS file: /cvsroot/libcvd/libcvd/make/log_to_changelog.awk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- make/log_to_changelog.awk   11 May 2006 21:16:33 -0000      1.1
+++ make/log_to_changelog.awk   29 Jan 2008 16:37:17 -0000      1.2
@@ -128,7 +128,7 @@
                }
                else
                {
-                       print dates[ds] " " authors[keys[1]] " " concat
+                       print dates[ds] " author: " authors[keys[1]] " " concat
 
                        for(j=1; j <= nk; j++)
                        {




reply via email to

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