CTU-IIG / kcf

Kernelized Correlation Filter tracker
13 stars 6 forks source link

Use ifdef instead of redeficition of cudaStream_t #12

Closed wentasah closed 6 years ago

wentasah commented 6 years ago

Here https://github.com/Shanigen/kcf/blob/aa8977213b52ab636b354b8352fdaa2b8a6dcc99/src/scale_vars.hpp#L174 and here https://github.com/Shanigen/kcf/blob/aa8977213b52ab636b354b8352fdaa2b8a6dcc99/src/scale_vars.hpp#L10.

Shanigen commented 6 years ago

The redefinition of cudaStream_t is there to reduce number of ifdefs in kcf, like here and here for example.