What feature extractor paramters to use with SIFT for very simple symbol detection
I need to detect symbols on a drawing. I want to use following procedure:
1/ feature extraction on each symbol in the trainingset using SIFT
2/ feature extraction on the scene image
3/ compare if the symbol is detected and check rotation , scale, etc.