Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

so, that's 3 questions ..

  1. there was a bug in the python bindings, please uptdate opencv_contrib to latest master.

  2. you can set a threshold value in the constructor, so any distance exceeding that threshold will result in a -1 prediction

  3. self can only be used inside a class context, this is most likely a copy/paste error, try to remove it.