Python bindings for cv::TrackerSampler
Hi there,
I want to create a particle filter sampler but I don't know the python bindings for that. what is the python equivalent of this command :
cv::TrackerSamplerPF::TrackerSamplerPF ( const Mat & chosenRect,
const TrackerSamplerPF::Params & parameters = TrackerSamplerPF::Params()
)
thanks
that's a cool idea ! unfortunately, those interfaces there are ONLY available from c++.
(if you want my 2ct. here: don't try to follow the c++ implementation. just write it in python)