Mercurial > hg > octave-image
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 |
rev | line source |
---|---|
186 | 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 | 3 Date: 2014-03-08 |
562 | 4 Author: various authors |
597 | 5 Maintainer: Carnë Draug <carandraug+dev@gmail.com> |
238 | 6 Title: Image Processing |
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 | 9 The package also provides functions for feature extraction, image |
10 statistics, spatial and geometric transformations, morphological | |
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 | 13 License: GPLv3+, MIT, FreeBSD |
186 | 14 Url: http://octave.sf.net |