From a1893319740b1b7588906be2e0c5be16a9d59e29 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 03:51:49 +0000 Subject: Add port math/octave-forge-image This is image. The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more. The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. PR: 127030 Submitted by: Stephen Montgomery-Smith --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 8d4519227899..ea8bf5956ff3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,6 +191,7 @@ SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl + SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration SUBDIR += octave-forge-io -- cgit v1.2.3