CTU-IIG / kcf

Kernelized Correlation Filter tracker
13 stars 6 forks source link

Reimplement ComplexMat as cv::Mat_<cv::Complex> #40

Open wentasah opened 5 years ago

wentasah commented 5 years ago

This would unify all computations and allow using some optimizations offered by OpenCV. For example OpenCL acceleration or switching everything from cv::Mat to cv::gpu::Mat.