Skip to content
Snippets Groups Projects
Commit 492f920a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'reference' into 'master'

Added precise citation recommendations

See merge request !6
parents ad888ff0 30170675
No related branches found
No related tags found
1 merge request!6Added precise citation recommendations
Pipeline #
......@@ -27,6 +27,23 @@ Processing tools concerning Gabor wavelets, the Gabor wavelet transform, Gabor
jet extraction in a grid graph structure and Gabor jet similarity functions
including a Gabor jet disparity estimation.
If you use parts of this code in a scientific publication, please cite::
@inproceedings{guenther2012disparity,
title = {Face Recognition with Disparity Corrected {G}abor Phase Differences},
author = {G{\"{u}}nther, Manuel and Haufe, Dennis and W{\"{u}}rtz, Rolf P.},
editor = {Villa, Alessandro E. P. and Duch, W{\l}odzis{\l}aw and {\'{E}}rdi, P{\'{e}}ter and Masulli, Francesco and Palm, G{\"{u}}nther},
booktitle = {Artificial Neural Networks and Machine Learning},
series = {Lecture Notes in Computer Science},
volume = {7552},
year = {2012},
month = sep,
pages = {411-418},
publisher = {Springer},
pdf = {http://publications.idiap.ch/downloads/papers/2012/Gunther_ICANN2012_2012.pdf}
}
Installation
------------
......
......@@ -14,6 +14,25 @@
This module contains the C++ source code and the Python bindings for classes that handle the Gabor wavelet transform and Gabor jet similarities.
If you use parts of this code in a scientific publication, please cite:
.. code-block:: tex
@inproceedings{guenther2012disparity,
title = {Face Recognition with Disparity Corrected {G}abor Phase Differences},
author = {G\"unther, Manuel and Haufe, Dennis and W\"urtz, Rolf P.},
editor = {Villa, Alessandro E. P. and Duch, W{\l}odzis{\l}aw and \'Erdi, P\'eter and Masulli, Francesco and Palm, G\"unther},
booktitle = {Artificial Neural Networks and Machine Learning},
series = {Lecture Notes in Computer Science},
volume = {7552},
year = {2012},
month = sep,
pages = {411-418},
publisher = {Springer},
pdf = {http://publications.idiap.ch/downloads/papers/2012/Gunther_ICANN2012_2012.pdf}
}
Documentation
-------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment