I have project for image recognition in real time. I used ORB extractor and BFMatcher. After image is detected i draw lines around it using homography. Problem is unstable image recognition! On one frame i have good match on other i don’t have. Sometimes lines position isn’t good.
How to enchant program to have more stabile image recognition?