I'm trying to get as much keypoints from some small size image (e.g. 176*146 px) as possible. But I must say, I'm failing.
My idea is to calculate the descriptor of each keypoint and store it into a db/bag of word, so a simillar picture can be identified as already existent inside the db in a way of just counting similar descriptors.
My problem is in small resolution pictures. I've tried nearly all feature extractors/descriptors available in openCV. Sift,Surf,ORB,Dense,AKAZE and so on. Every method is failing with small sized images.
What can I do to get more robust keypoints?