• 大小: 165KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: Matlab
  • 标签: matlab  

资源简介

利用MATLAB编辑的医学图像配准程序

资源截图

代码片段和文件信息

function f=image_registr_MI(x)

% This is a subroutine of opti_MI_scaling.m.
%
% Originally written by K.Artyushkova
% 10_2003
% Kateryna Artyushkova
% Postdoctoral Scientist
% Department of Chemical and Nuclear Engineering
% The University of New Mexico
% (505) 277-0750
% kartyush@unm.edu 

% Modified by Hosang Jin
% 2_2005

% Graduate Student
% Department of Nuclear & Radiological Engineering
% The University of Florida
% hsjin@ufl.edu

load image

IM1=double(IM1);
IM2=double(IM2);
IM2=imresize(IM2 x(4) ‘bilinear‘);
J=imrotate(double(IM2) x(3)‘bilinear‘); %rotated cropped IMAGE2
J=abs(J)*255/max(max(J));

[n1 n2]=size(IM1);
[n3 n4]=size(J);

if n1>n3-x(1)/2
    f=1000;
    message=strvcat(‘The scaling factor is too small.‘ ‘Press Ctrl+C to stop.‘

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     315288  2005-02-22 23:58  MI_Optimization\image.mat

     文件       2441  2005-02-23 02:07  MI_Optimization\image_registr_MI.m

     文件       1310  2006-12-15 15:37  MI_Optimization\opti_MI_scaling.asv

     文件       1429  2005-02-23 02:22  MI_Optimization\opti_MI_scaling.m

     目录          0  2006-12-15 15:27  MI_Optimization

     文件        218  2007-01-22 19:53  www.pudn.com.txt

----------- ---------  ---------- -----  ----

               320686                    6


评论

共有 条评论