pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/vigra
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 9 00:05:10 UTC 2012
Modified Files:
pkgsrc/graphics/vigra: Makefile PLIST distinfo
Removed Files:
pkgsrc/graphics/vigra: options.mk
Log Message:
Changes 1.9.0:
* Flexible incremental computation of image and region statistics via Feature
Accumulators and corresponding Python bindings (see
vigra.analysis.extractFeatures() and vigra.analysis.extractRegionFeatures()).
* Simultaneous iteration over several arrays via
vigra::CoupledScanOrderIterator.
* Import and export of images with transparency: importImageAlpha() and
exportImageAlpha().
* Image denoising by total variation filtering, see Non-linear Diffusion and
Total Variation and example total_variation.cxx.
* Fixed Python bindings of Unsupervised Decomposition.
* Extended vigra::SplineImageView to handle vigra::TinyVector pixels.
* Various convenience functions for vigranumpy's VigraArray.
* Minor improvements and bug fixes in the code and documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/vigra/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/vigra/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/vigra/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/graphics/vigra/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index