zk00006 / OpenTLD

OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html
GNU General Public License v3.0
2.09k stars 1.27k forks source link

Update img_blur.m #42

Open DMRoberts opened 11 years ago

DMRoberts commented 11 years ago

MATLAB v >= 2011b are case sensitive with respect to function names, generating an error on FSPECIAL in img_blur.m. It has been changed to the lower-case function name, fspecial.