opencv
computation_error
ai_generated
true
Not enough good matches found between images
ID: opencv/feature-matching-poor
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 4 | active | — | — | — |
Root Cause
Feature matching returned too few good matches.
genericWorkarounds
-
90% success Use Lowes ratio test: keep matches where dist1 < 0.75*dist2
-
88% success Try different detectors: SIFT for accuracy, ORB for speed
Dead Ends
Common approaches that don't work:
-
Lower distance threshold to accept more matches
72% fail
Many false matches
-
Use brute force matcher for everything
68% fail
Slow on large descriptors