Ask Your Question

sohussain's profile - activity

2016-12-08 07:55:52 -0600 received badge  Supporter (source)
2016-12-08 07:55:49 -0600 received badge  Scholar (source)
2016-12-08 07:55:47 -0600 commented answer switch KCF mode with python binding?

alright I'll try doing it and update here later, I'll mark this answered for now, thx

2016-12-08 07:32:44 -0600 commented answer switch KCF mode with python binding?

aww :( any chance you could point me towards resources that enable me to write a custom wrapper for it? based on what i read opencv uses its own python binding creation pipeline

2016-12-08 06:56:36 -0600 asked a question switch KCF mode with python binding?

I'm using the python bindings to track vehicles using the KCF tracker. [python 2.7, OpenCV 3.1]

I instantiate my tracker like this:

tracker = cv2.Tracker_create("KCF")

How do I specify the MODE parameter for the KCFTrackerclass as shown in the documentation for this class http://docs.opencv.org/trunk/d2/dff/c....

Specifically I want to use the CN color names mode.