[pktools] branch upstream updated (348adb5 -> 736e595)

Bas Couwenberg sebastic at xs4all.nl
Tue Aug 12 12:24:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch upstream
in repository pktools.

      from  348adb5   Imported Upstream version 2.5.2+20140505
       new  736e595   Imported Upstream version 2.5.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |   15 +
 INSTALL                                            |    6 +
 configure                                          |   22 +-
 configure.ac                                       |    4 +-
 pktools.pc.in                                      |    2 +-
 src/algorithms/ConfusionMatrix.h                   |    2 +-
 src/algorithms/CostFactory.h                       |   60 ++
 src/algorithms/FeatureSelector.h                   |   62 +-
 src/algorithms/Filter.cc                           |   45 +
 src/algorithms/Filter.h                            |    8 +-
 src/algorithms/Filter2d.cc                         |   13 +-
 src/algorithms/Filter2d.h                          |   82 +-
 src/algorithms/ImgRegression.cc                    |   91 ++
 .../PosValue.h => algorithms/ImgRegression.h}      |   52 +-
 src/algorithms/Makefile.am                         |    2 +-
 src/algorithms/Makefile.in                         |   14 +-
 src/algorithms/StatFactory.h                       |   31 +-
 src/apps/Makefile.am                               |   14 +-
 src/apps/Makefile.in                               |   59 +-
 src/apps/pkann.cc                                  |   25 +-
 src/apps/pkcomposite.cc                            |   50 +-
 src/apps/pkcrop.cc                                 |    4 +-
 src/apps/pkdiff.cc                                 |   90 +-
 src/apps/pkextract.cc                              |  899 ++++++++++--------
 src/apps/pkfillnodata.cc                           |    4 +-
 src/apps/pkfilter.cc                               |   19 +-
 src/apps/pkfilterdem.cc                            |   75 +-
 src/apps/pkfsann.cc                                |  247 ++---
 src/{base/PosValue.h => apps/pkfsann.h}            |   54 +-
 src/apps/pkfssvm.cc                                |  261 ++---
 src/apps/pkfssvm.h                                 |   57 ++
 src/apps/pkkalman.cc                               | 1004 ++++++++++++++++++++
 src/apps/pklas2img.cc                              |    5 +-
 src/apps/pkoptsvm.cc                               |   18 +-
 src/apps/pksieve.cc                                |    2 +-
 src/apps/pkstatascii.cc                            |   34 +-
 src/apps/pkstatogr.cc                              |  244 ++---
 src/apps/pksvm.cc                                  |  148 +--
 src/imageclasses/ImgReaderGdal.h                   |    3 +
 src/imageclasses/ImgWriterGdal.h                   |    1 +
 40 files changed, 2718 insertions(+), 1110 deletions(-)
 create mode 100644 src/algorithms/CostFactory.h
 create mode 100644 src/algorithms/ImgRegression.cc
 copy src/{base/PosValue.h => algorithms/ImgRegression.h} (51%)
 copy src/{base/PosValue.h => apps/pkfsann.h} (50%)
 create mode 100644 src/apps/pkfssvm.h
 create mode 100644 src/apps/pkkalman.cc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list