I have used Python OpenCv to match features (keypoints) using SIFT for instance. Here, SIFT has been used as a detector and descriptor.
How can we use Harris corner for instance as a detector, and SIFT as a descriptor. Is there a code example that can show how we can combine some detector with another descriptor?
Thanks.