Skip to content

Commit 68c0581

Browse files
jhlegarretaalbert-github
authored andcommitted
DOC: Fix incorrect BibTeX citation keys
Fix incorrect `BibTeX` citation keys. Fixes: ``` .../ITK/Modules/Filtering/ImageGrid/include/itkBSplineResampleImageFilterBase.h:47: warning: \cite command to 'unser199' does not have an associated number .../ITK/Modules/Core/Common/include/itkGaussianDerivativeOperator.h:80: warning: \cite command to 'lindeberg1999' does not have an associated number .../ITK/Modules/Filtering/Convolution/include/itkMaskedFFTNormalizedCorrelationImageFilter.h:128: warning: \cite command to 'padfield' does not have an associated number ``` Reported by: albert-github <albert.tests@gmail.com> Co-authored-by: albert-github <albert.tests@gmail.com>
1 parent f07f9ec commit 68c0581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Modules/Core/Common/include/itkGaussianDerivativeOperator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extern ITKCommon_EXPORT std::ostream &
7676
*
7777
* References:
7878
* The Gaussian kernel contained in this operator was described in
79-
* \cite lindeberg1999.
79+
* \cite lindeberg1991.
8080
*
8181
* \author Ivan Macia, Vicomtech, Spain, https://www.vicomtech.org/en
8282
*

Modules/Filtering/Convolution/include/itkMaskedFFTNormalizedCorrelationImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ namespace itk
125125
* type. You will get a compilation error if the pixel type of the
126126
* output image is not float or double.
127127
*
128-
* For algorithmic details see \cite padfield 2012 and \cite padfield2010.
128+
* For algorithmic details see \cite padfield2012 and \cite padfield2010.
129129
*
130130
* \author: Dirk Padfield, GE Global Research, padfield\@research.ge.com
131131
* \ingroup ITKConvolution

Modules/Filtering/ImageGrid/include/itkBSplineResampleImageFilterBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace itk
4444
* up/down sample an image by a factor of 2.
4545
*
4646
* This class defines N-Dimension B-Spline transformation.
47-
* It is based on \cite unser199, \cite unser1993 and \cite unser1993a.
47+
* It is based on \cite unser1999, \cite unser1993 and \cite unser1993a.
4848
* Code obtained from bigwww.epfl.ch by Philippe Thevenaz
4949
*
5050
* Limitations: Spline order for the l2 pyramid must be between 0 and 3.

0 commit comments

Comments
 (0)