Skip to content
Snippets Groups Projects
Commit ed008f54 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: add link between classes in doxygen

parent d629ea9c
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ namespace otb ...@@ -45,6 +45,8 @@ namespace otb
* *
* This class is derived from the MAECENAS code provided by Jordi Inglada, * This class is derived from the MAECENAS code provided by Jordi Inglada,
* from CNES. * from CNES.
*
* \sa FineRegistrationImageFilter, FastCorrelationImageFilter
*/ */
template <class TFixedImage, class TMovingImage, class TPointSet> template <class TFixedImage, class TMovingImage, class TPointSet>
class ITK_EXPORT DisparityMapEstimationMethod class ITK_EXPORT DisparityMapEstimationMethod
......
...@@ -62,7 +62,7 @@ namespace otb ...@@ -62,7 +62,7 @@ namespace otb
* *
* \example DisparityMap/FineRegistrationImageFilterExample.cxx * \example DisparityMap/FineRegistrationImageFilterExample.cxx
* *
* \sa FastCorrelationImageFilter * \sa FastCorrelationImageFilter, DisparityMapEstimationMethod
* \ingroup IntensityImageFilters, Streamed * \ingroup IntensityImageFilters, Streamed
*/ */
template <class TInputImage, class T0utputCorrelation, class TOutputDeformationField> template <class TInputImage, class T0utputCorrelation, class TOutputDeformationField>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment