Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there is both a python syntax error (a comma missing) and a conceptual one: you already extracted the pt members in the line above , so you have a simple list of 2d points (without .pt):

 print 'The list of detected keypoints is:',  pts, "and it has ", len(pts), "elements."