Revision 1dc429fc0da4cc5ff4f62617760447613f85980b authored by vbhandawat on 01 February 2021, 13:54:09 UTC, committed by GitHub on 01 February 2021, 13:54:09 UTC
1 parent 17f20a6
getGDI.m
function gdi = getGDI(u,v)
%u=u/norm(u);
%v=v/norm(v);
%gdi = sum(u.*v);
gdi=sqrt(sum((u-v).^2));
end

Computing file changes ...