ssd_tracking.m

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

M
15
字号
function ssd_tracking(Itemplate, ...
                      motion_model, ...
                      Pinitial, ...
                      images_info)
%
% Itemplate    - Template Image
% motion_model - 'rst', 'affine' or 'projective'
% PInitial     - The four corners of the object in the first image in [x1 y1; x2 y2, x3 y3; x4 y4] 
%                format.
% imdir        - Dir from which to read the image sequence.
% first_image  - Index of the first image of the sequence.
%
% Important Note: We assume that the template is centered in the origin of coordinates.
%
% (c) Jos

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?