I’m working with python 2.7 and opencv 3.1 I want to run a code for tracking objects by this:
import cv2 import sys if __name__ == \'__main__\' : # Set
Just install opencv-contrib-python
pip install opencv-contrib-python
and it will work !