opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
77.84k stars 55.69k forks source link

SIFT detections are not symmetrical and weak #23346

Open 777Gerald777 opened 1 year ago

777Gerald777 commented 1 year ago

System Information

SIFT detections seems to be asymmetrical and bad, see example detection: SIFT

i tested it on latest opencv 4.7.0

Detailed description

detection should be rotation invariant and therefor symmetrical

Steps to reproduce

Create an empty white image, create a black square and make a SIFT detection. Only the center and one of the 4 corners gets detected, so its not symmetrical. SIFT corner detector seems to perform much worser than those from other SIFT toolkits SIFT

Issue submission checklist

Animesht1008 commented 1 year ago

hi can i work upon this issue if it is assigned to any contributor?