How to use DoG Pyramid in SIFT
- by Ahmet Keskin
Hi all,
I am very new in image processing and pattern recognition. I am trying to implement SIFT algorithm where I am able to create the DoG pyramid and identify the local maximum or minimum in each octave. What I don't understand is that how to use these local max/min in each octave. How do I combine these points?
My question may sound very trivial. I have read Lowe's paper, but could not really understand what he did after he built the DoG pyramid.
Any help is appreciated.
Thank you