-
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.
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
<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. | ||
|
@@ -90,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. | ||
|
||
|
@@ -194,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). | ||
|
||
|
@@ -292,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> | ||
|
@@ -469,8 +469,8 @@ Many thanks to all! | |
<b> Changes from Version 1.2.0 to 1.3.0</b> | ||
|
||
<ul> | ||
<li> Added algorithms for multi-dimensional arrays: | ||
\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) | ||
|
@@ -591,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. | ||
|
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