Ask Your Question
0

I GoTurn tracker supported in opencv 3.1 python api?

asked 2017-02-12 00:32:11 -0600

kothvandir gravatar image

I'm trying to create a GOTURN tracker using opencv, but the process finishes with error:

    self.tracker = cv2.Tracker_create("GOTURN")

Process finished with exit code 139

If I change the type of tracker to MIL, BOOSTING, MEDIANFLOW, TLD or KCF it works well.

It seems the python api doesn't support this kind of tracker yet, is that so?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-02-12 00:35:53 -0600

Tetragramm gravatar image

GOTURN does not exist in 3.1, so no, it is not supported in the 3.1 python api.

edit flag offensive delete link more

Comments

Yes you're absolutely right, I was looking at the master branch documents of 3.2 version. Have to wait. http://docs.opencv.org/3.2.0/df/ddd/tracker_8hpp.html (http://docs.opencv.org/3.2.0/df/ddd/t...)

kothvandir gravatar imagekothvandir ( 2017-02-12 00:52:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-02-12 00:32:11 -0600

Seen: 607 times

Last updated: Feb 12 '17