libmir / dcv

Computer Vision Library for D Programming Language
http://dcv.dlang.io/
Boost Software License 1.0
92 stars 18 forks source link

opticalflow works with Slice inputs instd of Image #164

Closed aferust closed 1 year ago

aferust commented 1 year ago

Opticalflow code had many redundant allocations. Those were removed. Instead of Image input, all tracking functions use Slices as input. As a result klt example (video stream) works very fast now.