annotate DESCRIPTION @ 882:e9c18bff13be

normxcorr2: new Matlab compatible implementation (bug #41480) * normxcorr2.m: complete rewrite of the function. * NEWS: add note of new normxcorr2 and drop of dependency on the signal package. * DESCRIPTION: drop dependency on signal package (was only required for xcorr2 (a, b, "coeff").
author Benjamin Eltzner <b.eltzner@gmx.de>
date Mon, 17 Mar 2014 21:19:48 +0000
parents 090388cdb583
children 23e93653e1e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
186
13c6a9bdec24 Changed the structure to match the package system
hauberg
parents:
diff changeset
1 Name: Image
881
090388cdb583 maint: update version to development version 2.3.0+
Carnë Draug <carandraug@octave.org>
parents: 876
diff changeset
2 Version: 2.3.0
876
fabc22044c6b maint: release 2.2.1.
Carnë Draug <carandraug@octave.org>
parents: 862
diff changeset
3 Date: 2014-03-08
562
36627778a40e image: no longer load package automatically
carandraug
parents: 560
diff changeset
4 Author: various authors
597
f601ca5e85e8 image: new package maintainer
carandraug
parents: 596
diff changeset
5 Maintainer: Carnë Draug <carandraug+dev@gmail.com>
238
3876bf6e6f87 Add a slightly longer package description
hauberg
parents: 198
diff changeset
6 Title: Image Processing
3876bf6e6f87 Add a slightly longer package description
hauberg
parents: 198
diff changeset
7 Description: The Octave-forge Image package provides functions for
348
00f015114fc0 Remove imread and imwrite as they have been moved to Octave
hauberg
parents: 344
diff changeset
8 processing images.
238
3876bf6e6f87 Add a slightly longer package description
hauberg
parents: 198
diff changeset
9 The package also provides functions for feature extraction, image
3876bf6e6f87 Add a slightly longer package description
hauberg
parents: 198
diff changeset
10 statistics, spatial and geometric transformations, morphological
3876bf6e6f87 Add a slightly longer package description
hauberg
parents: 198
diff changeset
11 operations, linear filtering, and much more.
882
e9c18bff13be normxcorr2: new Matlab compatible implementation (bug #41480)
Benjamin Eltzner <b.eltzner@gmx.de>
parents: 881
diff changeset
12 Depends: octave (>= 3.8.0), general (>= 1.3.0)
669
73e3dbfbb397 image: list all licenses per file
carandraug
parents: 662
diff changeset
13 License: GPLv3+, MIT, FreeBSD
186
13c6a9bdec24 Changed the structure to match the package system
hauberg
parents:
diff changeset
14 Url: http://octave.sf.net