2012-02-26 09:33:07 by OBATA Akio | Files touched by this commit (1) |
Log message:
Move removal of patch backup files to pre-install to be easier patch maintainance.
|
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2011-12-15 19:48:02 by John Marino | Files touched by this commit (2) |
Log message:
graphics/vigra: Fix copy/paste error on DragonFly patch
|
2011-12-15 09:33:44 by John Marino | Files touched by this commit (3) |
Log message:
graphics/vigra: Fix ambiguous math functions for DragonFly
|
2011-10-16 19:47:49 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 1.8.0:
* Various extensions to Local Minima and Maxima (3D algorithms, on-the-fly
thresholding).
* Added vigra::BucketQueue, vigra::MappedBucketQueue.
* Refactored and extended 2D watershed algorithms (especially
watershedsRegionGrowing()).
* Added the vigra::Quaternion class.
* Added Unsupervised Decomposition.
* Added mathematical functions (even(), odd(), gamma(), loggamma(), legendre(),
besselJ(), besselY(), linearSequence(), indexSort(), inversePermutation(),
applyPermutation(), checksum())
* Implemented wrapper of the FFTW library to support arbitrary dimensional
Fourier transforms (see fourierTransform() and vigra::FFTWPlan) and FFT-based
convolution (see convolveFFT() and vigra::FFTWConvolvePlan) and refactored
vigra::FFTWComplex.
* Added cannyEdgelListThreshold(), cannyEdgelList3x3Threshold().
* Added capability to handle subarrays and anisotropic resolution to
separableConvolveMultiArray() and related Gaussian filters. Added windowRatio
parameters to vigra::Kernel1D::initGaussian() and
vigra::Kernel1D::initGaussianDerivative()
* Added vigra::StridedScanOrderIterator and corresponding
vigra::MultiArrayView::begin().
* Extended vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5
convenience typedefs.
* Implemented vigra::multi_math (arithmetic and algebraic functions for
multi-dimensional arrays).
* Extended the vigra::HDF5File class.
* Improved and documented the Timing macros for runtime measurements.
* Added support for the OpenEXR image format and multi-page TIFF. Improved
support for the SIF format.
* vigranumpy: added axistags and completly re-implemented VigraArray and the
conversion between Python and C++ arrays in terms of axistags.
* Minor improvements and bug fixes in the code and documentation.
|
2011-05-02 14:57:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid using /usr/bin/env. On the other hand, the script using python
is only needed by packages using vigra-config to find vigra, so don't
depend on python here -- let the packages using it pull it in themselves.
Bump PKGREVISION.
|
2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169) |
Log message:
Reset maintainer for retired developers.
|
2011-02-11 10:43:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix destdir installation.
|
2011-01-29 17:29:03 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 1.7.1:
* Fixed the build process for MacOS X.
* Re-activeted vigra-config (script to query VIGRA installation information)
and added VigraConfig.cmake (query VIGRA installation information from within
cmake).
* Added CDash support (nightly builds and tests).
* Added convexHull().
* Added vigra::Box.
* Added vigra::Sampler class to sample given data in various ways.
* Added much new functionality to the vigra::RandomForest class (e.g. more
split strategies, variable importance measures, feature selection)
* Added readSIF() (reader for the Andor SIF file format).
* Added vigra::HDF5File for easier navigation in HDF5 files.
* Added recursive approximation of the Gaussian filter
(recursiveGaussianFilterX(), recursiveGaussianFilterY())
* vigranumpy: added Gabor filtering.
* Fixed multi-threading bugs at various places.
* Minor improvements and bug fixes in the code and documentation.
|
2011-01-15 17:31:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix build with png-1.5.
|