ssd_warping.m
来自「这是模板匹配SSD的源代码」· M 代码 · 共 13 行
M
13 行
function Iresult = ssd_warping(Isrc, Idest, Mparams, motion_model)%% Idest = ssd_warping(Isrc, Idest, params)%% Isrc the image with the cuadrilateral inside to rectify % into the rectangular image Idest through the motion params % vector.%% - Isrc - Source image.% - Idest - Rectified image.% - motion_model: 'rst', 'affine' or 'projective'%% (c) Jos
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?