libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd cvd/documentation.h pnm_src/fits.cc


From: Edward Rosten
Subject: [libcvd-members] libcvd cvd/documentation.h pnm_src/fits.cc
Date: Wed, 18 Feb 2009 17:53:27 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        09/02/18 17:53:27

Modified files:
        cvd            : documentation.h 
        pnm_src        : fits.cc 

Log message:
        Removed spurious incude.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/documentation.h?cvsroot=libcvd&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/libcvd/pnm_src/fits.cc?cvsroot=libcvd&r1=1.3&r2=1.4

Patches:
Index: cvd/documentation.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/documentation.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- cvd/documentation.h 8 Jan 2009 18:02:58 -0000       1.24
+++ cvd/documentation.h 18 Feb 2009 17:53:27 -0000      1.25
@@ -47,6 +47,7 @@
                - Native
                        - PNM   
                        - BMP
+                       - ASCII text
                        - FITS (reading only)
                        - PS   (saving only)
                        - EPS  (saving only)
@@ -75,13 +76,16 @@
     - Colorspace conversions on images and video streams
     - Various image processing tools
              - FAST corner detection
-                 - Image interpolation
+                 - Harris/Shi-Tomasi corner detection
+                 - Connect components analysis
+                 - Image interpolation and resampling
                  - Convolutions
                  - Drawing in to images
                  - Flipping, pasting, etc
                  - Interpolation, warping and resampling
                  - Integral images
-    - %Camera calibration support: Linear, Cubic and Quintic 
+    - %Camera calibration support: Linear, Cubic, Quintic and Harris
+                 - Program to calibrate cameras from video
 
 \subsection Mathematical
 

Index: pnm_src/fits.cc
===================================================================
RCS file: /cvsroot/libcvd/libcvd/pnm_src/fits.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pnm_src/fits.cc     24 Jan 2009 19:30:26 -0000      1.3
+++ pnm_src/fits.cc     18 Feb 2009 17:53:27 -0000      1.4
@@ -21,7 +21,6 @@
 #include "cvd/internal/io/fits.h"
 #include "cvd/image_io.h"
 #include "cvd/config.h"
-#include <tiffio.h>
 #include <algorithm>
 #include <vector>
 #include <deque>




reply via email to

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