?? perform_tensor_recomp.m.svn-base
字號:
function T = perform_tensor_recomp(e1,e2,l1,l2)
% perform_tensor_recomp - create the tensor field corresponding to the given eigendecomposition.
%
% T = perform_tensor_recomp(e1,e2,l1,l2);
%
% 'e1(i,j,:)' is the main eigenvector at location (i,j)
% with associated largest eigenvalue 'l1(i,j)'.
% 'e2(i,j,:)' is the second eigenvector at location (i,j)
% with associated smallest eigenvalue 'l2(i,j)'.
%
% You have
% T = l1*e1*e1' + l2*e2*e2'
%
% Copyright (c) 2004 Gabriel Peyr
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -