my problem is somehow simelar to this: Extract point descriptors from small images using OpenCV
I want to extract Key Points from small images (Orb, BRISK, FAST), but if the size of the image drops below 100x160 my key point vector is empty ([]).
I cannot find a solution in the documentation.
Thank you for your help.