xuduo35 / STAPLE

C++ implementation of staple algorithm for object tracking.
MIT License
121 stars 48 forks source link

Reduce memory coping and allocations #7

Closed Nuzhny007 closed 5 years ago

Nuzhny007 commented 5 years ago

I removed all new/delete for cv::Mat creation. After that was reduced memory consumption. And time speed-up is about 5%