NeuroLIAA / sibs

Visual Search Model: A Bayesian model for visual search on natural scenes.
MIT License
5 stars 2 forks source link

Precalcular operaciones #2

Open pabloriera opened 4 years ago

pabloriera commented 4 years ago

Info acá

https://docs.google.com/document/d/1-xMrVyuVWfOmHkUYfE_bg0ssuO6-4AJZEdLB5xTFyuw/edit#heading=h.je8p2aotvchd

Operaciones a precalcular

normxcorr2

correlation = normxcorr2(template, img);

normcdf

point = phiW .* (prod(alpha * normcdf(tmp), 1) / alpha);