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 May 18 11:31:09 UTC 2014

Modified Files:
        pkgsrc/graphics/vigra: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/graphics/vigra/patches: patch-include-vigra-mathutil.hxx

Log Message:
Changes 1.10.0:
* VIGRA got a tutorial.
* Significant simplification of the API: MultiArrayView arguments can now be 
passed to functions directly. The old syntax with Argument Object Factories 
(srcImageRange(), srcMultiArray() and relatives) remains valid, but is only 
required when the arguments are old-style BasicImages.
* Made StridedArrayTag the default for vigra::MultiArrayView .
* Added an efficient multi-dimensional vigra::GridGraph class which support 
both the LEMON and boost::graph APIs.
* Generalized various algorithms to arbitrary dimensions 
(gaussianGradientMultiArray(), hessianOfGaussianMultiArray(), 
gaussianDivergenceMultiArray(), localMinima(), localMaxima(), 
labelMultiArray(), watershedsMultiArray()).
* Added slicSuperpixels() for arbitrary dimensions.
* Added automatic differentiation (see vigra::autodiff::DualVector).
* Added nonlinearLeastSquares() using the Levenberg-Marquardt algorithm and 
automatic differentiation. More information about the changes can be found on 
the changelog page.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/vigra/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/vigra/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/vigra/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/vigra/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/graphics/vigra/patches/patch-include-vigra-mathutil.hxx

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