compute_affine_matrix.m

来自「这是模板匹配SSD的源代码」· M 代码 · 共 9 行

M
9
字号
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 + =
减小字号Ctrl + -
显示快捷键?