cancel_find_objects()


This method will cancel the object search initiated with the find_objects() method when performed in non-blocking mode.

Reference

Arguments

None

Return

None

Exceptions

None

See the complete list of cv exceptions.

Examples

...
self.predictor.cancel_find_objects()
...