InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

Improve class documentation #15

Open jhlegarreta opened 7 years ago

jhlegarreta commented 7 years ago

Whenever a paper is mentioned, including the corresponding reference (i.e. full bibliography cite and/or link) would be nice. See for example, the block * \brief Wavelet based on paper VOW: Variance-Optimal Wavelets for Steerable Pyramid (P.Pad et al 2014). in itkVowIsotropicWavelet.h.

On the other hand, formulas must follow Doxygen rules [1]. There are a few examples in ITK, such as [2].

[1] http://www.stack.nl/~dimitri/doxygen/manual/formulas.html [2] https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/ImageNoise/include/itkShotNoiseImageFilter.h

phcerdan commented 7 years ago

I have fixed the latex issues.