SciKit-Surgery / scikit-surgeryimage

Image processing, using OpenCV.
Other
2 stars 2 forks source link

dot detector detecting the same point multiple times #87

Closed tdowrick closed 3 years ago

tdowrick commented 3 years ago

image

Point 50 on the grid has been detected twice.

This ends up causing problems for scikit-surgerycalibration here as we end up with different numbers of points in the detected and reference sets.

Propose in this situation what we reject any point(s) that are detected more than once.