-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from ukoethe/version-1-11-rc
Version 1.11.rc2
- Loading branch information
Showing
166 changed files
with
7,796 additions
and
4,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,15 @@ | |
<li> Gunnar Kedenburg | ||
(<a href="mailto:[email protected]">[email protected]</a>) | ||
completely rewrote the image import/export library and implemented | ||
much of the \ref vigra::MultiArray functionality. | ||
the initial version of the \ref vigra::MultiArray functionality. | ||
|
||
<li> Yevgen Reznichenko | ||
(<a href="mailto:[email protected]">[email protected]</a>) | ||
added a number of image processing algorithms. | ||
|
||
<li> Christian Dennis Rahn | ||
(<a href="mailto:[email protected]">[email protected]</a>) | ||
implemented much of the \ref MultiArrayConvolutionFilters. | ||
implemented initial versions of multi-dimensional convolution filters. | ||
|
||
<li> Kasim Terzic, Florian Heinrich and Benjamin Seppke | ||
implemented image analysis functionality for 3- and higher-dimensional data. | ||
|
@@ -65,6 +65,8 @@ | |
|
||
<li> Benjamin Seppke contributed various \ref Registration "image registration" algorithms. | ||
|
||
<li> John Kirkham figured out how to configure Travis to run tests for Python3 and on OS X. | ||
|
||
<li> Numerous people reported and fixed bugs and made suggestions. | ||
</ul> | ||
|
||
|
@@ -88,7 +90,7 @@ Many thanks to all! | |
|
||
<li> Added many \ref Registration "image registration" functions. | ||
|
||
<li> Extended the collection of \ref MultiArrayDistanceTransform "multi-dimensional distance transform" algorithms by vectorial DT, boundary DT, and eccentricity transform. | ||
<li> Extended the collection of \ref DistanceTransform "multi-dimensional distance transform" algorithms by vectorial DT, boundary DT, and eccentricity transform. | ||
|
||
<li> Added \ref skeletonizeImage(), nonLocalMean(), multi-dimensional integral images. | ||
|
||
|
@@ -192,7 +194,7 @@ Many thanks to all! | |
|
||
<li> Added \ref vigra::StridedScanOrderIterator and corresponding \ref vigra::MultiArrayView::begin(). | ||
|
||
<li> Extended \ref vigra::MultiArrayView. Added \ref vigra::Shape1 ... \ref vigra::Shape5 convenience typedefs. | ||
<li> Extended \ref vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5 convenience typedefs. | ||
|
||
<li> Implemented \ref MultiMathModule (arithmetic and algebraic functions for multi-dimensional arrays). | ||
|
||
|
@@ -290,7 +292,7 @@ Many thanks to all! | |
<ul> | ||
<li> Added functions for arrays of arbitrary dimensions: | ||
<ul> | ||
<li> \ref MultiArrayDistanceTransform "Euclidean distance transform" | ||
<li> \ref DistanceTransform "Euclidean distance transform" | ||
<li> \ref MultiArrayMorphology "separable morphology" | ||
<li> \ref resizeMultiArraySplineInterpolation() | ||
</ul> | ||
|
@@ -467,8 +469,8 @@ Many thanks to all! | |
<b> Changes from Version 1.2.0 to 1.3.0</b> | ||
|
||
<ul> | ||
<li> Added algorithms for \ref MultiDimensionalArrays : | ||
\ref MultiPointoperators and \ref MultiArrayConvolutionFilters | ||
<li> Added algorithms for multi-dimensional arrays: see | ||
\ref MultiPointoperators and \ref ConvolutionFilters | ||
and the \link vigra::MultiArrayNavigator navigator utility\endlink. | ||
|
||
<li> Extended \ref convolveImage() (non-separable convolution) | ||
|
@@ -543,7 +545,7 @@ Many thanks to all! | |
"metaprogramming.hxx", "tuple.hxx". "utilities.hxx" now includes | ||
these other files. | ||
|
||
<li> Added \ref MultiDimensionalArrays and \ref VolumeImpex | ||
<li> Added multi-dimensional arrays and \ref VolumeImpex | ||
|
||
<li> Redesigned \ref vigra::TinyVector, added \ref vigra::TinyVectorView | ||
</ul> | ||
|
@@ -589,7 +591,7 @@ Many thanks to all! | |
<li> Added \ref FourierTransform "Fourier transform" support, | ||
and \ref vigra::FFTWComplex "FFTWComplex" complex number type. | ||
|
||
<li> Added convolution convenience functions (see \ref CommonConvolutionFilters). | ||
<li> Added convolution convenience functions (see \ref ConvolutionFilters). | ||
|
||
<li> Added \ref vigra::IteratorAdaptor template for quick and | ||
easy generation of iterator adaptors. | ||
|
Oops, something went wrong.