mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-18 21:27:49 +00:00
Master commit of OpenFace.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function x = normalize(x, mu, sigma)
|
||||
x=bsxfun(@minus,x,mu);
|
||||
x=bsxfun(@rdivide,x,sigma);
|
||||
end
|
||||
Reference in New Issue
Block a user