PalmNet
PalmNet copied to clipboard
Code description
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
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() )
Thank you for sharing