ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello everyone I am trying to use the tracker module of opencv. It is inside the opencv_contrib Sources say that it is already inside the ros-kinetic package. But this does not work. While trying to add it in I had just problems. Any recommendations how I can use the tracker modules of opencv in ros-kinetic?
Import cv2
tracker2 = cv2.Tracker_create('MIL')
error: tracker2 = cv2.Tracker_create('MIL') AttributeError: 'module' object has no attribute 'Tracker_create
thanks stritchi