• 大小: 0.38M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 算法  图像  MATLAB  t  代码  

资源简介


资源截图

代码片段和文件信息

function Iout=affine_warp(IinMmode)
% Affine transformation function (Rotation Translation Resize)
% This function transforms a volume with a 3x3 transformation matrix 
%
% Iout=affine_warp(IinMinvmode)
%
% inputs
%   Iin: The input image
%   Minv: The (inverse) 3x3 transformation matrix
%   mode: If 0: linear interpolation and outside pixels set to nearest pixel
%            1: linear interpolation and outside pixels set to zero
%            (cubic interpolation only support by compiled mex file)
%            2: cubic interpolation and outsite pixels set to nearest pixel
%            3: cubic interpolation and outside pixels set to zero
%
% output
%   Iout: The transformed image
%
% example
%   % Read image
%   I=im2double(imread(‘lenag2.png‘))
%   % Make a t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-04-24 15:15  红外与可见光图像配准算法(MATLAB版代码)\
     文件        9721  2010-09-06 13:04  红外与可见光图像配准算法(MATLAB版代码)\affine_warp.m
     文件         603  2010-07-26 16:56  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_BuildDerivative.m
     文件        1699  2010-07-29 12:10  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_buildResponselayer.m
     文件        1877  2010-07-20 12:37  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_buildResponseMap.m
     文件        2353  2010-07-30 11:43  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getIpoints.m
     文件         455  2010-07-26 16:56  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getLaplacian.m
     文件         450  2010-07-26 16:56  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getResponse.m
     文件        2478  2010-07-30 11:02  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_interpolateExtremum.m
     文件        1680  2010-07-30 10:56  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_isExtremum.m
     文件         738  2010-07-29 16:32  红外与可见光图像配准算法(MATLAB版代码)\FastHessian_Responselayer.m
     目录           0  2018-04-24 14:22  红外与可见光图像配准算法(MATLAB版代码)\image\
     文件       50049  2018-04-26 22:15  红外与可见光图像配准算法(MATLAB版代码)\image\1.png
     文件       63933  2018-04-26 22:15  红外与可见光图像配准算法(MATLAB版代码)\image\2.png
     文件       35300  2018-04-26 22:15  红外与可见光图像配准算法(MATLAB版代码)\image\3.png
     文件       56876  2018-04-26 22:15  红外与可见光图像配准算法(MATLAB版代码)\image\4.png
     文件      164790  2018-04-24 13:35  红外与可见光图像配准算法(MATLAB版代码)\image\qa1.bmp
     文件      123958  2018-04-24 13:36  红外与可见光图像配准算法(MATLAB版代码)\image\qa2.bmp
     文件         791  2010-07-29 10:58  红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_BoxIntegral.m
     文件         494  2010-07-29 16:32  红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_HaarX.m
     文件         556  2010-07-29 16:37  红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_HaarY.m
     文件         796  2010-07-29 10:42  红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_IntegralImage.m
     文件        7555  2018-04-24 14:24  红外与可见光图像配准算法(MATLAB版代码)\main.m
     文件        3778  2010-09-06 12:27  红外与可见光图像配准算法(MATLAB版代码)\OpenSurf.m
     文件        1089  2010-07-30 11:39  红外与可见光图像配准算法(MATLAB版代码)\PaintSURF.m
     文件        1554  2010-07-30 12:39  红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_DecribeInterestPoints.m
     文件        3636  2010-07-30 12:40  红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_GetDescriptor.m
     文件        2921  2010-07-30 12:07  红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_GetOrientation.m

评论

共有 条评论