From 799e799f431c417c5fe8c479fb9a16c7e3d3b5e9 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Wed, 16 Mar 2016 18:37:27 +0100 Subject: [PATCH] fixed documentation typos --- docsrc/credits_changelog.dxx | 14 +++++++------- docsrc/image_processing.dxx | 6 +++--- docsrc/index.dxx | 2 +- include/vigra/multi_shape.hxx | 2 +- include/vigra/threadpool.hxx | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docsrc/credits_changelog.dxx b/docsrc/credits_changelog.dxx index bf76dbea3..59f61cedc 100644 --- a/docsrc/credits_changelog.dxx +++ b/docsrc/credits_changelog.dxx @@ -28,7 +28,7 @@
  • Christian Dennis Rahn (rahn@informatik.uni-hamburg.de) - implemented much of the \ref MultiArrayConvolutionFilters. + implemented initial versions of multi-dimensional convolution filters.
  • 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!
  • Added many \ref Registration "image registration" functions. -
  • Extended the collection of \ref MultiArrayDistanceTransform "multi-dimensional distance transform" algorithms by vectorial DT, boundary DT, and eccentricity transform. +
  • Extended the collection of \ref DistanceTransform "multi-dimensional distance transform" algorithms by vectorial DT, boundary DT, and eccentricity transform.
  • Added \ref skeletonizeImage(), nonLocalMean(), multi-dimensional integral images. @@ -194,7 +194,7 @@ Many thanks to all!
  • Added \ref vigra::StridedScanOrderIterator and corresponding \ref vigra::MultiArrayView::begin(). -
  • Extended \ref vigra::MultiArrayView. Added \ref vigra::Shape1 ... \ref vigra::Shape5 convenience typedefs. +
  • Extended \ref vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5 convenience typedefs.
  • Implemented \ref MultiMathModule (arithmetic and algebraic functions for multi-dimensional arrays). @@ -292,7 +292,7 @@ Many thanks to all!