📄 compute_affine_matrix.m
字号:
function A = compute_affine_matrix(width, height, P)
%
% A = compute_affine_matrix(width, height, P)
%
% Given 4 points in P=[x1,y1; x2,y2; x3,y3; x4,y4] and the
% real size (width, height) of the rectagle R, computes the
% affine matrix between R and the cuadrangle given by P.
%
% (c) Jos
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -