amoudgl / mosse-tracker

Implementation of MOSSE tracker in MATLAB: Visual Object Tracking using Adaptive Correlation Filters (CVPR 2010)
MIT License
82 stars 25 forks source link

I wonder how to compute the PSR. #1

Closed mangoocmt closed 6 years ago

amoudgl commented 6 years ago

To calculate PSR,

PSR is given by:

PSR = (maxval - mean) / (std + eps)

where eps is the same variable used in src/preprocess.m.