Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

destroying mousecallback in python

$
0
0
In C++ it is necessary to explicitly destroy a mousecallback by passing in a null pointer. But is this automatically done in python? since there is nothing like a null pointer in python, the only thing I can think of is to give reference to a callback-function, which does do nothing.

Viewing all articles
Browse latest Browse all 2088

Trending Articles