InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

DOC: Fix incorrect `BibTeX` citation keys #5204

Closed jhlegarreta closed 2 weeks ago

jhlegarreta commented 2 weeks ago

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

PR Checklist

Fixes #5202.