Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Quickly running through your program - the debugger shows, that the size of good_matches and hence also the obj and scene is zero. Originally, 9 matches are found, but they are discarded when you apply the max_dist and min_dist constraints. I strongly recommend you to make friends with the debugger :) Good luck with fixing the code!