AngeloUNIMI / PalmNet

Source code for the 2019 IEEE TIFS paper "PalmNet: Gabor-PCA Convolutional Networks for Touchless Palmprint Recognition"
http://iebil.di.unimi.it/palmnet/index.htm
GNU General Public License v3.0
41 stars 12 forks source link

Code description #1

Open niliusha123 opened 4 years ago

niliusha123 commented 4 years ago

thanks for your best contribution, I am very interested in your work. I am a beginner and tried to sort out your code, but I couldn't find the content of the network structure part. Can you help me point out the file part of the code about the palmnet network structure.Thanks

AngeloUNIMI commented 4 years ago

thank you. You can find in the function findBestWaveletsTesting() the code for the training of the adaptive Gabor wavelets, while the function Gabor_FeaExt() contains the main code for the feature extraction (2 stage filtering, then computation of feature vector using HashingHist() )

niliusha123 commented 4 years ago

Thank you for sharing